]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: rename mp_config_table to mpc_table
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Sat, 3 Jan 2009 10:16:57 +0000 (15:46 +0530)
committerIngo Molnar <mingo@elte.hu>
Sun, 4 Jan 2009 12:22:58 +0000 (13:22 +0100)
commitf29521e4ee394ca241df2ba546e9d671394927a2
tree91f59cb684078b3e2a4294d81c7f455c91b2929f
parent923a789b49c7269a0245d5af6afe486188d940df
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>
13 files changed:
arch/x86/include/asm/es7000/mpparse.h
arch/x86/include/asm/genapic_32.h
arch/x86/include/asm/mach-default/mach_mpparse.h
arch/x86/include/asm/mach-generic/mach_mpparse.h
arch/x86/include/asm/mach-generic/mach_mpspec.h
arch/x86/include/asm/mpspec_def.h
arch/x86/include/asm/numaq/mpparse.h
arch/x86/include/asm/summit/mpparse.h
arch/x86/kernel/mpparse.c
arch/x86/kernel/numaq_32.c
arch/x86/mach-generic/es7000.c
arch/x86/mach-generic/numaq.c
arch/x86/mach-generic/probe.c