diff options
Diffstat (limited to 'arch/x86/kernel/apic/apic.c')
-rw-r--r-- | arch/x86/kernel/apic/apic.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c index 2d59dfa29785..a58ef98be155 100644 --- a/arch/x86/kernel/apic/apic.c +++ b/arch/x86/kernel/apic/apic.c | |||
@@ -36,6 +36,7 @@ | |||
36 | #include <linux/mm.h> | 36 | #include <linux/mm.h> |
37 | 37 | ||
38 | #include <asm/perf_counter.h> | 38 | #include <asm/perf_counter.h> |
39 | #include <asm/x86_init.h> | ||
39 | #include <asm/pgalloc.h> | 40 | #include <asm/pgalloc.h> |
40 | #include <asm/atomic.h> | 41 | #include <asm/atomic.h> |
41 | #include <asm/mpspec.h> | 42 | #include <asm/mpspec.h> |
@@ -1708,7 +1709,7 @@ int __init APIC_init_uniprocessor(void) | |||
1708 | localise_nmi_watchdog(); | 1709 | localise_nmi_watchdog(); |
1709 | #endif | 1710 | #endif |
1710 | 1711 | ||
1711 | setup_boot_clock(); | 1712 | x86_init.timers.setup_percpu_clockev(); |
1712 | #ifdef CONFIG_X86_64 | 1713 | #ifdef CONFIG_X86_64 |
1713 | check_nmi_watchdog(); | 1714 | check_nmi_watchdog(); |
1714 | #endif | 1715 | #endif |