diff options
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 2bd5a463fd1f..d4cb7e590c06 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h | |||
@@ -204,14 +204,6 @@ static inline int x2apic_enabled(void) | |||
204 | 204 | ||
205 | extern int get_physical_broadcast(void); | 205 | extern int get_physical_broadcast(void); |
206 | 206 | ||
207 | #ifdef CONFIG_X86_X2APIC | ||
208 | static inline void ack_x2APIC_irq(void) | ||
209 | { | ||
210 | /* Docs say use 0 for future compatibility */ | ||
211 | native_apic_msr_write(APIC_EOI, 0); | ||
212 | } | ||
213 | #endif | ||
214 | |||
215 | extern void apic_disable(void); | 207 | extern void apic_disable(void); |
216 | extern int lapic_get_maxlvt(void); | 208 | extern int lapic_get_maxlvt(void); |
217 | extern void clear_local_APIC(void); | 209 | extern void clear_local_APIC(void); |