Archived
14
0
Fork 0

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>
This commit is contained in:
Paolo Ciarrocchi 2008-03-07 19:26:26 +01:00 committed by Ingo Molnar
parent 9a79cf9c1a
commit 537d916066

View file

@ -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.