diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-12 07:16:17 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-14 05:58:27 -0500 |
commit | b5ba7e6d1e7e2ac808afd21be1e56dc34caf20e6 (patch) | |
tree | c9c0b8fcf2cb12a639b63c3060028d89d3a265ca /arch/x86/include/asm/io_apic.h | |
parent | 3b9dc9f2f123286aaade54c45fef6723d587c664 (diff) |
x86: replacing mp_config_ioapic with mpc_ioapic
Impact: cleanup, solve 80 columns wrap problems
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/io_apic.h')
-rw-r--r-- | arch/x86/include/asm/io_apic.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index 7a1f44ac1f17..5a56ae9b505a 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h | |||
@@ -120,14 +120,6 @@ extern int nr_ioapic_registers[MAX_IO_APICS]; | |||
120 | 120 | ||
121 | #define MP_MAX_IOAPIC_PIN 127 | 121 | #define MP_MAX_IOAPIC_PIN 127 |
122 | 122 | ||
123 | struct mp_config_ioapic { | ||
124 | unsigned long mp_apicaddr; | ||
125 | unsigned int mp_apicid; | ||
126 | unsigned char mp_type; | ||
127 | unsigned char mp_apicver; | ||
128 | unsigned char mp_flags; | ||
129 | }; | ||
130 | |||
131 | struct mp_config_intsrc { | 123 | struct mp_config_intsrc { |
132 | unsigned int mp_dstapic; | 124 | unsigned int mp_dstapic; |
133 | unsigned char mp_type; | 125 | unsigned char mp_type; |
@@ -139,7 +131,7 @@ struct mp_config_intsrc { | |||
139 | }; | 131 | }; |
140 | 132 | ||
141 | /* I/O APIC entries */ | 133 | /* I/O APIC entries */ |
142 | extern struct mp_config_ioapic mp_ioapics[MAX_IO_APICS]; | 134 | extern struct mpc_ioapic mp_ioapics[MAX_IO_APICS]; |
143 | 135 | ||
144 | /* # of MP IRQ source entries */ | 136 | /* # of MP IRQ source entries */ |
145 | extern int mp_irq_entries; | 137 | extern int mp_irq_entries; |