提交 2717941c 编写于 作者: A Andi Kleen 提交者: Andi Kleen

[PATCH] Make boot_param_data pure BSS

Since it's all zero.

Actually I think gcc 4+ will do that automatically, but earlier compilers won't
Signed-off-by: NAndi Kleen <ak@suse.de>
上级 1edf7778
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <asm/proto.h> #include <asm/proto.h>
#include <asm/sections.h> #include <asm/sections.h>
char x86_boot_params[BOOT_PARAM_SIZE] __initdata = {0,}; char x86_boot_params[BOOT_PARAM_SIZE] __initdata;
cpumask_t cpu_initialized __cpuinitdata = CPU_MASK_NONE; cpumask_t cpu_initialized __cpuinitdata = CPU_MASK_NONE;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册