Commit 86ae817e authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] init_tasks is not defined anywhere.

It's referenced by mips and mips64 (both far out of date), but never
actually defined anywhere.
parent edf3d92b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment