Re: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu

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

[PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu

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

Re: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu

2007-11-26 Thread Zachary Amsden
On Mon, 2007-11-26 at 14:06 -0800, Yinghai Lu wrote: > >> diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c > >> index 500670c..966d124 100644 > >> --- a/arch/x86/kernel/smpboot_64.c > >> +++ b/arch/x86/kernel/smpboot_64.c > >> @@ -912,7 +912,7 @@ void __init smp_prepare_cpu

Re: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu

2007-11-26 Thread Yinghai Lu
Zachary Amsden wrote: On Mon, 2007-11-26 at 00:38 -0800, Yinghai Lu wrote: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu in init/main.c boot_cpu_init() does that before Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/smpboot_64.c

Re: [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu

2007-11-26 Thread Zachary Amsden
On Mon, 2007-11-26 at 00:38 -0800, Yinghai Lu wrote: > [PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu > > in init/main.c boot_cpu_init() does that before > > Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> > > diff --git a/arch/x86/kernel/smp

[PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu

2007-11-26 Thread Yinghai Lu
[PATCH] x86_64: not set boot cpu in cpu_online_map at smp_prepare_boot_cpu in init/main.c boot_cpu_init() does that before Signed-off-by: Yinghai Lu <[EMAIL PROTECTED]> diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index 500670c..966d124 100644 --- a/arch/x86/