diff options
-rw-r--r-- | arch/x86/include/asm/io_apic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index 7e620baebf86..240a0a5e2b31 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h | |||
@@ -186,7 +186,7 @@ extern void __init pre_init_apic_IRQ0(void); | |||
186 | #define io_apic_assign_pci_irqs 0 | 186 | #define io_apic_assign_pci_irqs 0 |
187 | #define setup_ioapic_ids_from_mpc x86_init_noop | 187 | #define setup_ioapic_ids_from_mpc x86_init_noop |
188 | static const int timer_through_8259 = 0; | 188 | static const int timer_through_8259 = 0; |
189 | static inline void ioapic_init_mappings(void) { } | 189 | static inline void ioapic_and_gsi_init(void) { } |
190 | static inline void ioapic_insert_resources(void) { } | 190 | static inline void ioapic_insert_resources(void) { } |
191 | #define gsi_top (NR_IRQS_LEGACY) | 191 | #define gsi_top (NR_IRQS_LEGACY) |
192 | static inline int mp_find_ioapic(u32 gsi) { return 0; } | 192 | static inline int mp_find_ioapic(u32 gsi) { return 0; } |