From: Kyle McMartin Date: Tue, 27 Feb 2007 01:08:46 +0000 (-0500) Subject: [PARISC] Remove __read_mostly annotation from command_line X-Git-Tag: v2.6.21-rc2~10 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=0ff851e1903cd46823520a0d95d00f5347a88bd8;p=powerpc.git [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: Kyle McMartin --- diff --git a/arch/parisc/kernel/setup.c b/arch/parisc/kernel/setup.c index bd2116e03f..9818919571 100644 --- a/arch/parisc/kernel/setup.c +++ b/arch/parisc/kernel/setup.c @@ -45,7 +45,7 @@ #include #include -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;