Re: [PATCH] x86_64: not set boot cpu in cpu_present_map again

2008-01-28 Thread Ingo Molnar
* Yinghai Lu <[EMAIL PROTECTED]> wrote: > [PATCH] x86_64: not set boot cpu in cpu_present_map again > > in init/main.c boot_cpu_init() already does that before setup_arch thanks, applied. Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kern

[PATCH] x86_64: not set boot cpu in cpu_present_map again

2008-01-27 Thread Yinghai Lu
[PATCH] x86_64: not set boot cpu in cpu_present_map again in init/main.c boot_cpu_init() already does that before setup_arch Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> Index: linux-2.6/arch/x86/kernel/setup_64.c === ---

[PATCH] x86_64: not set boot cpu in cpu_present_map again

2007-11-24 Thread Yinghai Lu
[PATCH] x86_64: not set boot cpu in cpu_present_map again in init/main.c boot_cpu_init() already does that before setup_arch Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 30d94d1..9905c45 100644 --- a/arch/x86/