diff options
Diffstat (limited to 'include/asm-i386/apic.h')
-rw-r--r-- | include/asm-i386/apic.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/apic.h b/include/asm-i386/apic.h index 2c1e371cebb6..8c5331ceca7b 100644 --- a/include/asm-i386/apic.h +++ b/include/asm-i386/apic.h | |||
@@ -42,6 +42,8 @@ static inline void lapic_enable(void) | |||
42 | } while (0) | 42 | } while (0) |
43 | 43 | ||
44 | 44 | ||
45 | extern void generic_apic_probe(void); | ||
46 | |||
45 | #ifdef CONFIG_X86_LOCAL_APIC | 47 | #ifdef CONFIG_X86_LOCAL_APIC |
46 | 48 | ||
47 | /* | 49 | /* |
@@ -117,8 +119,6 @@ extern void enable_APIC_timer(void); | |||
117 | 119 | ||
118 | extern void enable_NMI_through_LVT0 (void * dummy); | 120 | extern void enable_NMI_through_LVT0 (void * dummy); |
119 | 121 | ||
120 | extern int disable_timer_pin_1; | ||
121 | |||
122 | void smp_send_timer_broadcast_ipi(struct pt_regs *regs); | 122 | void smp_send_timer_broadcast_ipi(struct pt_regs *regs); |
123 | void switch_APIC_timer_to_ipi(void *cpumask); | 123 | void switch_APIC_timer_to_ipi(void *cpumask); |
124 | void switch_ipi_to_APIC_timer(void *cpumask); | 124 | void switch_ipi_to_APIC_timer(void *cpumask); |