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 u

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 o

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

2006-11-28 Thread Ingo Molnar
* Siddha, Suresh B <[EMAIL PROTECTED]> wrote: > On Tue, Nov 28, 2006 at 09:23:22PM +0100, Ingo Molnar wrote: > > > > * Siddha, Suresh B <[EMAIL PROTECTED]> wrote: > > > > > On Tue, Nov 28, 2006 at 07:33:46AM +0100, Ingo Molnar wrote: > > > > - if (clusters <= 1 && max_cluster <= 8 && clus

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

2006-11-28 Thread Siddha, Suresh B
On Tue, Nov 28, 2006 at 09:23:22PM +0100, Ingo Molnar wrote: > > * Siddha, Suresh B <[EMAIL PROTECTED]> wrote: > > > On Tue, Nov 28, 2006 at 07:33:46AM +0100, Ingo Molnar wrote: > > > - if (clusters <= 1 && max_cluster <= 8 && cluster_cnt[0] == max_cluster) > > > + if (max_apic < 8) > > > > Patc