diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-12 07:17:22 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-14 05:58:35 -0500 |
commit | c2c21745ecba23c74690a124bcd371f83bd71e45 (patch) | |
tree | 7332d81935e67ae3175e92137b8b04fabac693f2 /arch/x86/include/asm | |
parent | b5ba7e6d1e7e2ac808afd21be1e56dc34caf20e6 (diff) |
x86: replacing mp_config_intsrc with mpc_intsrc
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')
-rw-r--r-- | arch/x86/include/asm/io_apic.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/arch/x86/include/asm/io_apic.h b/arch/x86/include/asm/io_apic.h index 5a56ae9b505a..08ec793aa043 100644 --- a/arch/x86/include/asm/io_apic.h +++ b/arch/x86/include/asm/io_apic.h | |||
@@ -114,22 +114,8 @@ struct IR_IO_APIC_route_entry { | |||
114 | extern int nr_ioapics; | 114 | extern int nr_ioapics; |
115 | extern int nr_ioapic_registers[MAX_IO_APICS]; | 115 | extern int nr_ioapic_registers[MAX_IO_APICS]; |
116 | 116 | ||
117 | /* | ||
118 | * MP-BIOS irq configuration table structures: | ||
119 | */ | ||
120 | |||
121 | #define MP_MAX_IOAPIC_PIN 127 | 117 | #define MP_MAX_IOAPIC_PIN 127 |
122 | 118 | ||
123 | struct mp_config_intsrc { | ||
124 | unsigned int mp_dstapic; | ||
125 | unsigned char mp_type; | ||
126 | unsigned char mp_irqtype; | ||
127 | unsigned short mp_irqflag; | ||
128 | unsigned char mp_srcbus; | ||
129 | unsigned char mp_srcbusirq; | ||
130 | unsigned char mp_dstirq; | ||
131 | }; | ||
132 | |||
133 | /* I/O APIC entries */ | 119 | /* I/O APIC entries */ |
134 | extern struct mpc_ioapic mp_ioapics[MAX_IO_APICS]; | 120 | extern struct mpc_ioapic mp_ioapics[MAX_IO_APICS]; |
135 | 121 | ||
@@ -137,7 +123,7 @@ extern struct mpc_ioapic mp_ioapics[MAX_IO_APICS]; | |||
137 | extern int mp_irq_entries; | 123 | extern int mp_irq_entries; |
138 | 124 | ||
139 | /* MP IRQ source entries */ | 125 | /* MP IRQ source entries */ |
140 | extern struct mp_config_intsrc mp_irqs[MAX_IRQ_SOURCES]; | 126 | extern struct mpc_intsrc mp_irqs[MAX_IRQ_SOURCES]; |
141 | 127 | ||
142 | /* non-0 if default (table-less) MP configuration */ | 128 | /* non-0 if default (table-less) MP configuration */ |
143 | extern int mpc_default_type; | 129 | extern int mpc_default_type; |