linux_old1/arch/i386/mach-voyager
Andrew Morton 033ab7f8e5 [PATCH] add smp_setup_processor_id()
Presently, smp_processor_id() isn't necessarily set up until setup_arch().
But it's used in boot_cpu_init() and printk() and perhaps in other places,
prior to setup_arch() being called.

So provide a new smp_setup_processor_id() which is called before anything
else, wire it up for Voyager (which boots on a CPU other than #0, and broke).

Cc: James Bottomley <James.Bottomley@steeleye.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-30 11:25:37 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
setup.c [PATCH] voyager: fix compile after setup rework 2006-06-27 17:32:38 -07:00
voyager_basic.c [PATCH] fix voyager after topology.c move 2006-02-26 19:10:30 -08:00
voyager_cat.c [PATCH] voyager: no need to define BITS_PER_BYTE when it's already in types.h 2006-04-19 09:13:51 -07:00
voyager_smp.c [PATCH] add smp_setup_processor_id() 2006-06-30 11:25:37 -07:00
voyager_thread.c [PATCH] useless includes of linux/irq.h in arch/i386 2005-09-26 18:29:50 -07:00