Re: [PATCH] tick management: make broadcast dependent on local APIC

2007-03-09 Thread Len Brown
On Saturday 17 February 2007 14:03, Thomas Gleixner wrote: > The broadcast functionality is only necessary when a local APIC is > available. Make the config switch depend on X86_LOCAL_APIC. This > resolves the mach-voyager breakage introduced by the tick managament > code. > > Signed-off-by: Thoma

[PATCH] tick management: make broadcast dependent on local APIC

2007-02-17 Thread Thomas Gleixner
The broadcast functionality is only necessary when a local APIC is available. Make the config switch depend on X86_LOCAL_APIC. This resolves the mach-voyager breakage introduced by the tick managament code. Signed-off-by: Thomas Gleixner <[EMAIL PROTECTED]> diff --git a/arch/i386/Kconfig b/arch/i