Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-29 Thread Siddha, Suresh B
On Wed, Nov 29, 2006 at 09:08:34AM +0100, Ingo Molnar wrote: > > * Ingo Molnar <[EMAIL PROTECTED]> wrote: > > > hm - indeed. Then we can indeed do the patch below. Nice simplification! > > forgot to convert a few more places - full patch below. Acked-by: Suresh Siddha <[EMAIL PROTECTED]> - To

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-29 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > hm - indeed. Then we can indeed do the patch below. Nice simplification! forgot to convert a few more places - full patch below. Ingo -> From: Ingo Molnar <[EMAIL PROTECTED]> Subject: [patch] genapic: defaul

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-29 Thread Ingo Molnar
* Ingo Molnar [EMAIL PROTECTED] wrote: hm - indeed. Then we can indeed do the patch below. Nice simplification! forgot to convert a few more places - full patch below. Ingo - From: Ingo Molnar [EMAIL PROTECTED] Subject: [patch] genapic: default to physical mode

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-29 Thread Siddha, Suresh B
On Wed, Nov 29, 2006 at 09:08:34AM +0100, Ingo Molnar wrote: * Ingo Molnar [EMAIL PROTECTED] wrote: hm - indeed. Then we can indeed do the patch below. Nice simplification! forgot to convert a few more places - full patch below. Acked-by: Suresh Siddha [EMAIL PROTECTED] - To unsubscribe

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-28 Thread Ingo Molnar
mode even when APIC IDs are larger than > 7, as we rely on LDR's which are programmed using smp_processor_id(). > > IMO, cpus_weight check should be fine. hm - indeed. Then we can indeed do the patch below. Nice simplification! Ingo > From: Ingo Molnar

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-28 Thread Siddha, Suresh B
Ingo > > --------> > From: Ingo Molnar <[EMAIL PROTECTED]> > Subject: [patch] genapic: default to physical mode on hotplug CPU kernels > > default to physical mode on hotplug CPU kernels. > > Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> >

[patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-28 Thread Ingo Molnar
-------> From: Ingo Molnar <[EMAIL PROTECTED]> Subject: [patch] genapic: default to physical mode on hotplug CPU kernels default to physical mode on hotplug CPU kernels. Signed-off-by: Ingo Molnar <[EMAIL PROTECTED]> Index: linux/arch/x86_64/kernel/genapic.c =

[patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-28 Thread Ingo Molnar
to physical mode on hotplug CPU kernels default to physical mode on hotplug CPU kernels. Signed-off-by: Ingo Molnar [EMAIL PROTECTED] Index: linux/arch/x86_64/kernel/genapic.c === --- linux.orig/arch/x86_64/kernel/genapic.c +++ linux

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-28 Thread Siddha, Suresh B
even when APIC IDs are larger than 7, as we rely on LDR's which are programmed using smp_processor_id(). IMO, cpus_weight check should be fine. thanks, suresh Ingo From: Ingo Molnar [EMAIL PROTECTED] Subject: [patch] genapic: default to physical mode on hotplug CPU

Re: [patch] genapic: default to physical mode on hotplug CPU kernels

2006-11-28 Thread Ingo Molnar
! Ingo From: Ingo Molnar [EMAIL PROTECTED] Subject: [patch] genapic: default to physical mode on hotplug CPU kernels default to physical mode on hotplug CPU kernels. Furher simplify and clean up the APIC initialization code. Signed-off-by: Ingo Molnar [EMAIL PROTECTED