x86: rename mpc_config_processor to mpc_cpu
Impact: cleanup, solve 80 columns wrap problems mpc_config_processor should be renamed to mpc_cpu. The reason: the 'c' in MPC already means 'config' - no need to repeat that in the type name. Plus 'processor' is a lot longer than 'cpu' - so we try to use 'cpu' in all type names, as much as possible. Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
00fb8606e5
commit
f4f21b716b
@ -70,7 +70,7 @@ struct mpc_table {
|
||||
#define CPU_MODEL_MASK 0x00F0
|
||||
#define CPU_FAMILY_MASK 0x0F00
|
||||
|
||||
struct mpc_config_processor {
|
||||
struct mpc_cpu {
|
||||
unsigned char mpc_type;
|
||||
unsigned char mpc_apicid; /* Local APIC number */
|
||||
unsigned char mpc_apicver; /* Its versions */
|
||||
|
Reference in New Issue
Block a user