summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mpspec_def.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-03 15:46:57 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-04 13:22:58 +0100
commitf29521e4ee394ca241df2ba546e9d671394927a2 (patch)
tree91f59cb684078b3e2a4294d81c7f455c91b2929f /arch/x86/include/asm/mpspec_def.h
parent923a789b49c7269a0245d5af6afe486188d940df (diff)
downloadlinux-0-day-f29521e4ee394ca241df2ba546e9d671394927a2.tar.gz
linux-0-day-f29521e4ee394ca241df2ba546e9d671394927a2.tar.xz
x86: rename mp_config_table to mpc_table
Impact: cleanup, solve 80 columns wrap problems mp_config_table should be renamed to mpc_table. 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.h2
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 e3ace7d1d35d8..e260e6543b4c2 100644
--- a/arch/x86/include/asm/mpspec_def.h
+++ b/arch/x86/include/asm/mpspec_def.h
@@ -39,7 +39,7 @@ struct intel_mp_floating {
#define MPC_SIGNATURE "PCMP"
-struct mp_config_table {
+struct mpc_table {
char mpc_signature[4];
unsigned short mpc_length; /* Size of table */
char mpc_spec; /* 0x01 */