aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86
diff options
context:
space:
mode:
authorAlexey Starikovskiy <astarikovskiy@suse.de>2008-05-14 11:03:04 -0400
committerThomas Gleixner <tglx@linutronix.de>2008-05-25 04:55:12 -0400
commit5f8951487ddbacbc949e9ffae574f94791f9b4dd (patch)
treec400f3621799d50c3ef1c4df69d18bac66eb2549 /include/asm-x86
parent11113f84c72bd832dc4e76122e613b0e623e2346 (diff)
x86: make mp_ioapic_routing definition local
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
-rw-r--r--include/asm-x86/io_apic.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/asm-x86/io_apic.h b/include/asm-x86/io_apic.h
index d593e14f0341..2ef96f0596e2 100644
--- a/include/asm-x86/io_apic.h
+++ b/include/asm-x86/io_apic.h
@@ -112,13 +112,6 @@ extern int nr_ioapic_registers[MAX_IO_APICS];
112 112
113#define MP_MAX_IOAPIC_PIN 127 113#define MP_MAX_IOAPIC_PIN 127
114 114
115struct mp_ioapic_routing {
116 int apic_id;
117 int gsi_base;
118 int gsi_end;
119 DECLARE_BITMAP(pin_programmed, MP_MAX_IOAPIC_PIN + 1);
120};
121
122/* I/O APIC entries */ 115/* I/O APIC entries */
123extern struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS]; 116extern struct mpc_config_ioapic mp_ioapics[MAX_IO_APICS];
124 117