aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r--arch/x86/include/asm/apic.h8
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
205extern int get_physical_broadcast(void); 205extern int get_physical_broadcast(void);
206 206
207#ifdef CONFIG_X86_X2APIC
208static 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
215extern void apic_disable(void); 207extern void apic_disable(void);
216extern int lapic_get_maxlvt(void); 208extern int lapic_get_maxlvt(void);
217extern void clear_local_APIC(void); 209extern void clear_local_APIC(void);