diff options
Diffstat (limited to 'include/asm-i386/apic.h')
-rw-r--r-- | include/asm-i386/apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/apic.h b/include/asm-i386/apic.h index 3a61206fd108..ccf64fa7b935 100644 --- a/include/asm-i386/apic.h +++ b/include/asm-i386/apic.h | |||
@@ -97,7 +97,7 @@ static inline void ack_APIC_irq(void) | |||
97 | 97 | ||
98 | extern void (*wait_timer_tick)(void); | 98 | extern void (*wait_timer_tick)(void); |
99 | 99 | ||
100 | extern int get_maxlvt(void); | 100 | extern int lapic_get_maxlvt(void); |
101 | extern void clear_local_APIC(void); | 101 | extern void clear_local_APIC(void); |
102 | extern void connect_bsp_APIC (void); | 102 | extern void connect_bsp_APIC (void); |
103 | extern void disconnect_bsp_APIC (int virt_wire_setup); | 103 | extern void disconnect_bsp_APIC (int virt_wire_setup); |