]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: rename all fields of mpc_table mpc_X to X
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Sun, 4 Jan 2009 16:52:56 +0000 (22:22 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 5 Jan 2009 13:08:34 +0000 (14:08 +0100)
commit6c65da50bd4589b6b627d4842b8e6705a0ccaab5
treedcbed07153dd111b6a7f59b0ff590c37d504d701
parenta1d0272a4676460787bcd7352414e0286763968d
x86: rename all fields of mpc_table mpc_X to X

Impact: cleanup, solve 80 columns wrap problems

It would be cleaner to rename all the mpc->mpc_X fields to
mpc->X - that alone would give 4 characters per usage site.
(we already know that it's an 'mpc' entity -
no need to duplicate that in the field too)

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/mpspec_def.h
arch/x86/kernel/mpparse.c
arch/x86/mach-generic/es7000.c