提交 0ff851e1 编写于 作者: K Kyle McMartin

[PARISC] Remove __read_mostly annotation from command_line

Who cares if it's in the read mostly section when it's
going to be discarded anyway?
Signed-off-by: NKyle McMartin <kyle@parisc-linux.org>
上级 c68644d3
......@@ -45,7 +45,7 @@
#include <asm/io.h>
#include <asm/setup.h>
char __initdata command_line[COMMAND_LINE_SIZE] __read_mostly;
char __initdata command_line[COMMAND_LINE_SIZE];
/* Intended for ccio/sba/cpu statistics under /proc/bus/{runway|gsc} */
struct proc_dir_entry * proc_runway_root __read_mostly = NULL;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册