diff options
| author | Rusty Russell <rusty@rustcorp.com.au> | 2002-08-14 20:54:13 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-08-14 20:54:13 -0700 |
| commit | 86ae817e395b064f6cb64239b9b9f4eb9fcac25e (patch) | |
| tree | aa5894e863cd176815c4a25bce644a6500974076 /include/linux | |
| parent | edf3d92b10636e224d17953b91ae2aeacf9dbde5 (diff) | |
[PATCH] init_tasks is not defined anywhere.
It's referenced by mips and mips64 (both far out of date), but never
actually defined anywhere.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index fcd107c3d29c..767d1b7bd0ec 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -445,7 +445,6 @@ extern union thread_union init_thread_union; extern struct task_struct init_task; extern struct mm_struct init_mm; -extern struct task_struct *init_tasks[NR_CPUS]; /* PID hashing. (shouldnt this be dynamic?) */ #define PIDHASH_SZ (4096 >> 2) |
