[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 <kyle@parisc-linux.org>

+1 -1
+1 -1
arch/parisc/kernel/setup.c
··· 45 45 #include <asm/io.h> 46 46 #include <asm/setup.h> 47 47 48 - char __initdata command_line[COMMAND_LINE_SIZE] __read_mostly; 48 + char __initdata command_line[COMMAND_LINE_SIZE]; 49 49 50 50 /* Intended for ccio/sba/cpu statistics under /proc/bus/{runway|gsc} */ 51 51 struct proc_dir_entry * proc_runway_root __read_mostly = NULL;