diff options
author | Jaswinder Singh Rajput <jaswinder@infradead.org> | 2009-01-03 05:19:57 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 07:23:00 -0500 |
commit | 2b85b5fb47c95cd4cbd15f0c0ef0242d8f36e2e0 (patch) | |
tree | 8babefea645206b26a93e69ebf47979b31346bc2 /arch/x86/include/asm/mpspec_def.h | |
parent | f4f21b716bb997dcafca622d9e232f855a64c7b6 (diff) |
x86: rename mpc_config_ioapic to mpc_ioapic
Impact: cleanup, solve 80 columns wrap problems
mpc_config_ioapic should be renamed to mpc_ioapic.
The reason: the 'c' in MPC already means 'config' -
no need to repeat that in the type name.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/mpspec_def.h')
-rw-r--r-- | arch/x86/include/asm/mpspec_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mpspec_def.h b/arch/x86/include/asm/mpspec_def.h index 7e8ca5136b29..79289c70afd6 100644 --- a/arch/x86/include/asm/mpspec_def.h +++ b/arch/x86/include/asm/mpspec_def.h | |||
@@ -108,7 +108,7 @@ struct mpc_bus { | |||
108 | 108 | ||
109 | #define MPC_APIC_USABLE 0x01 | 109 | #define MPC_APIC_USABLE 0x01 |
110 | 110 | ||
111 | struct mpc_config_ioapic { | 111 | struct mpc_ioapic { |
112 | unsigned char mpc_type; | 112 | unsigned char mpc_type; |
113 | unsigned char mpc_apicid; | 113 | unsigned char mpc_apicid; |
114 | unsigned char mpc_apicver; | 114 | unsigned char mpc_apicver; |