aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/genapic_32.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-03 15:48:52 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-04 13:23:00 +0100
commitf4f21b716bb997dcafca622d9e232f855a64c7b6 (patch)
tree154e8cdaf2d60b94a374ce7afd91eaf137e8afb5 /arch/x86/include/asm/genapic_32.h
parent00fb8606e5621a79ca2fe788e461fe8a59eb1450 (diff)
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>
Diffstat (limited to 'arch/x86/include/asm/genapic_32.h')
-rw-r--r--arch/x86/include/asm/genapic_32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/genapic_32.h b/arch/x86/include/asm/genapic_32.h
index 057e2c2360f..2c05b737ee2 100644
--- a/arch/x86/include/asm/genapic_32.h
+++ b/arch/x86/include/asm/genapic_32.h
@@ -17,7 +17,7 @@
struct mpc_bus;
struct mpc_table;
-struct mpc_config_processor;
+struct mpc_cpu;
struct genapic {
char *name;