x86: rename all fields of mpf_intel mpf_X to X
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Thu, 8 Jan 2009 10:13:26 +0000 (15:43 +0530)
committerIngo Molnar <mingo@elte.hu>
Thu, 8 Jan 2009 14:37:37 +0000 (15:37 +0100)
commit1eb1b3b65dc3e3ffcc6a60e115c085c0c11c1077
tree92a5c8d565f9e0eed2b4c08c9abf1fc8cf0dddcb
parent41401db698cbb5d1869776bf336881db267e7d19
x86: rename all fields of mpf_intel mpf_X to X

Impact: cleanup, solve 80 columns wrap problems

It would be cleaner to rename all the mpf->mpf_X fields to
mpf->X - that alone would give 4 characters per usage site.
(we already know that it's an 'mpf' 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
This page took 0.024964 seconds and 5 git commands to generate.