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>
This commit is contained in:
Jaswinder Singh Rajput
2009-01-03 15:49:57 +05:30
committed by Ingo Molnar
parent f4f21b716b
commit 2b85b5fb47
2 changed files with 8 additions and 9 deletions

View File

@ -108,7 +108,7 @@ struct mpc_bus {
#define MPC_APIC_USABLE 0x01
struct mpc_config_ioapic {
struct mpc_ioapic {
unsigned char mpc_type;
unsigned char mpc_apicid;
unsigned char mpc_apicver;