aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/io_apic.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-12 17:46:17 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-14 11:58:27 +0100
commitb5ba7e6d1e7e2ac808afd21be1e56dc34caf20e6 (patch)
treec9c0b8fcf2cb12a639b63c3060028d89d3a265ca /arch/x86/include/asm/io_apic.h
parentx86: module_64.c fix style problems (diff)
downloadlinux-dev-b5ba7e6d1e7e2ac808afd21be1e56dc34caf20e6.tar.xz
linux-dev-b5ba7e6d1e7e2ac808afd21be1e56dc34caf20e6.zip
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.h10
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];
#define MP_MAX_IOAPIC_PIN 127
-struct mp_config_ioapic {
- unsigned long mp_apicaddr;
- unsigned int mp_apicid;
- unsigned char mp_type;
- unsigned char mp_apicver;
- unsigned char mp_flags;
-};
-
struct mp_config_intsrc {
unsigned int mp_dstapic;
unsigned char mp_type;
@@ -139,7 +131,7 @@ struct mp_config_intsrc {
};
/* I/O APIC entries */
-extern struct mp_config_ioapic mp_ioapics[MAX_IO_APICS];
+extern struct mpc_ioapic mp_ioapics[MAX_IO_APICS];
/* # of MP IRQ source entries */
extern int mp_irq_entries;