aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
diff options
context:
space:
mode:
authorPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>2008-03-07 13:26:26 -0500
committerIngo Molnar <mingo@elte.hu>2008-04-17 11:40:58 -0400
commit537d916066f66de18dbca79adf82933cd12d2a36 (patch)
tree5435566db1282f0e368c96d0d0f5236bf5e32541 /arch/x86/kernel
parent9a79cf9c1aa671325fa5ba37576c2cee23823d04 (diff)
x86: coding style fixes to arch/x86/kernel/setup_32.c
Fix: ERROR: do not initialise externals to 0 or NULL Signed-off-by: Paolo Ciarrocchi <paolo.ciarrocchi@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel')
-rw-r--r--arch/x86/kernel/setup_32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_32.c b/arch/x86/kernel/setup_32.c
index fd639d9f79b6..d4ad6e8ae886 100644
--- a/arch/x86/kernel/setup_32.c
+++ b/arch/x86/kernel/setup_32.c
@@ -228,7 +228,7 @@ static inline void copy_edd(void)
228} 228}
229#endif 229#endif
230 230
231int __initdata user_defined_memmap = 0; 231int __initdata user_defined_memmap;
232 232
233/* 233/*
234 * "mem=nopentium" disables the 4MB page tables. 234 * "mem=nopentium" disables the 4MB page tables.