summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mpspec_def.h
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinder@infradead.org>2009-01-08 15:42:46 +0530
committerIngo Molnar <mingo@elte.hu>2009-01-08 15:37:37 +0100
commit41401db698cbb5d1869776bf336881db267e7d19 (patch)
tree5656143f086618da452e0806d0c7fd05a66412a7 /arch/x86/include/asm/mpspec_def.h
parent6d652ea1d056390a0c33db92b44ed219284b71af (diff)
downloadlinux-0-day-41401db698cbb5d1869776bf336881db267e7d19.tar.gz
linux-0-day-41401db698cbb5d1869776bf336881db267e7d19.tar.xz
x86: rename intel_mp_floating to mpf_intel
Impact: cleanup, solve 80 columns wrap problems intel_mp_floating should be renamed to mpf_intel. The reason: the 'f' in MPF already means 'floating' which means MP Floating pointer structure - 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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/include/asm/mpspec_def.h b/arch/x86/include/asm/mpspec_def.h
index 59568bc4767f6..187dc92019327 100644
--- a/arch/x86/include/asm/mpspec_def.h
+++ b/arch/x86/include/asm/mpspec_def.h
@@ -24,7 +24,8 @@
# endif
#endif
-struct intel_mp_floating {
+/* Intel MP Floating Pointer Structure */
+struct mpf_intel {
char mpf_signature[4]; /* "_MP_" */
unsigned int mpf_physptr; /* Configuration table address */
unsigned char mpf_length; /* Our length (paragraphs) */