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

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 <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Thomas Gleixner 2007-02-17 20:03:21 +01:00 committed by Linus Torvalds
parent 6168a702ab
commit 575d5e72aa
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ config GENERIC_CLOCKEVENTS
config GENERIC_CLOCKEVENTS_BROADCAST
bool
default y
depends on X86_LOCAL_APIC
config LOCKDEP_SUPPORT
bool