diff options
Diffstat (limited to 'arch/x86/include/asm/io_apic.h')
-rw-r--r-- | arch/x86/include/asm/io_apic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index 147700a3f56c..4f07bf637eb3 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h | |||
@@ -106,10 +106,10 @@ struct IR_IO_APIC_route_entry { | |||
106 | */ | 106 | */ |
107 | extern int nr_ioapics; | 107 | extern int nr_ioapics; |
108 | 108 | ||
109 | #define MP_MAX_IOAPIC_PIN 127 | 109 | extern int mpc_ioapic_id(int ioapic); |
110 | extern unsigned int mpc_ioapic_addr(int ioapic); | ||
110 | 111 | ||
111 | /* I/O APIC entries */ | 112 | #define MP_MAX_IOAPIC_PIN 127 |
112 | extern struct mpc_ioapic mp_ioapics[MAX_IO_APICS]; | ||
113 | 113 | ||
114 | /* # of MP IRQ source entries */ | 114 | /* # of MP IRQ source entries */ |
115 | extern int mp_irq_entries; | 115 | extern int mp_irq_entries; |