提交 537d9160 编写于 作者: P Paolo Ciarrocchi 提交者: 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: NPaolo Ciarrocchi <paolo.ciarrocchi@gmail.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册