[PATCH] Move saved_command_line to init/main.c
From: Rusty Russell <rusty@rustcorp.com.au> Currently every arch declares its own char saved_command_line[]. Make sure every arch defines COMMAND_LINE_SIZE in asm/setup.h, and declare saved_command_line in linux/init.h (init/main.c contains the definition). Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing
include/asm-alpha/setup.h
0 → 100644
include/asm-ia64/setup.h
0 → 100644
include/asm-mips/setup.h
0 → 100644
include/asm-sh/setup.h
0 → 100644
include/asm-um/setup.h
0 → 100644
include/asm-v850/setup.h
0 → 100644
Please register or sign in to comment