Browse Source

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>
Paolo Ciarrocchi 17 years ago
parent
commit
537d916066
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/x86/kernel/setup_32.c

+ 1 - 1
arch/x86/kernel/setup_32.c

@@ -228,7 +228,7 @@ static inline void copy_edd(void)
 }
 }
 #endif
 #endif
 
 
-int __initdata user_defined_memmap = 0;
+int __initdata user_defined_memmap;
 
 
 /*
 /*
  * "mem=nopentium" disables the 4MB page tables.
  * "mem=nopentium" disables the 4MB page tables.