aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/io_apic.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/io_apic.h')
-rw-r--r--arch/x86/include/asm/io_apic.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h
index 73d8c5398ea9..d59e17232c4d 100644
--- a/arch/x86/include/asm/io_apic.h
+++ b/arch/x86/include/asm/io_apic.h
@@ -179,6 +179,7 @@ extern void __init native_io_apic_init_mappings(void);
179extern unsigned int native_io_apic_read(unsigned int apic, unsigned int reg); 179extern unsigned int native_io_apic_read(unsigned int apic, unsigned int reg);
180extern void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int val); 180extern void native_io_apic_write(unsigned int apic, unsigned int reg, unsigned int val);
181extern void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int val); 181extern void native_io_apic_modify(unsigned int apic, unsigned int reg, unsigned int val);
182extern void native_disable_io_apic(void);
182 183
183static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg) 184static inline unsigned int io_apic_read(unsigned int apic, unsigned int reg)
184{ 185{
@@ -223,6 +224,7 @@ static inline void disable_ioapic_support(void) { }
223#define native_io_apic_read NULL 224#define native_io_apic_read NULL
224#define native_io_apic_write NULL 225#define native_io_apic_write NULL
225#define native_io_apic_modify NULL 226#define native_io_apic_modify NULL
227#define native_disable_io_apic NULL
226#endif 228#endif
227 229
228#endif /* _ASM_X86_IO_APIC_H */ 230#endif /* _ASM_X86_IO_APIC_H */