Commit 537d9160 authored by Paolo Ciarrocchi's avatar Paolo Ciarrocchi Committed by Ingo Molnar

x86: coding style fixes to arch/x86/kernel/setup_32.c

Fix:

  ERROR: do not initialise externals to 0 or NULL
Signed-off-by: default avatarPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9a79cf9c
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment