projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68644d
)
[PARISC] Remove __read_mostly annotation from command_line
author
Kyle McMartin
<kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 01:08:46 +0000
(20:08 -0500)
committer
Kyle McMartin
<kyle@mako.i.cabal.ca>
Tue, 27 Feb 2007 01:08:46 +0000
(20:08 -0500)
Who cares if it's in the read mostly section when it's
going to be discarded anyway?
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
arch/parisc/kernel/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/parisc/kernel/setup.c
b/arch/parisc/kernel/setup.c
index bd2116e03f3488695651d95b641cb2e9ca83b788..9818919571fd2004cd1e01bcd53a7a56eddd1690 100644
(file)
--- a/
arch/parisc/kernel/setup.c
+++ b/
arch/parisc/kernel/setup.c
@@
-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;