dect
/
linux-2.6
Archived
13
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
1 changed files with 1 additions and 1 deletions

View File

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