From: Thomas Gleixner Date: Sat, 17 Feb 2007 19:03:21 +0000 (+0100) Subject: [PATCH] tick management: make broadcast dependent on local APIC X-Git-Tag: Ubuntu-5.13.0-19.19~52954 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=575d5e72aab57beb6d5fa2a7d66be9fc681a5e00;p=mirror_ubuntu-jammy-kernel.git [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 Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 1df4a1f14289..2f7672545fe9 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -29,6 +29,7 @@ config GENERIC_CLOCKEVENTS config GENERIC_CLOCKEVENTS_BROADCAST bool default y + depends on X86_LOCAL_APIC config LOCKDEP_SUPPORT bool