Messages in this thread Patch in this message |  | | From | Rusty Russell <> | Subject | [PATCH] init_tasks is not defined anywhere. | Date | Thu, 15 Aug 2002 15:23:47 +1000 |
| |
It's referenced by mips and mips64 (both far out of date), but never actually defined anywhere.
diff -urpN --exclude TAGS -X /home/rusty/devel/kernel/kernel-patches/current-dontdiff --minimal linux-2.5.31/include/linux/sched.h working-2.5.31-percpu/include/linux/sched.h --- linux-2.5.31/include/linux/sched.h 2002-08-02 11:15:10.000000000 +1000 +++ working-2.5.31-percpu/include/linux/sched.h 2002-08-15 11:47:02.000000000 +1000 @@ -440,7 +441,6 @@ extern union thread_union init_thread_un 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) -- Anyone who quotes me in their sig is an idiot. -- Rusty Russell. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |