[patch 25/26] Dynamic kernel command-line - x86_64

2007-01-18 Thread Bernhard Walle
1. Rename saved_command_line into boot_command_line. 2. Set command_line as __initdata. Signed-off-by: Alon Bar-Lev <[EMAIL PROTECTED]> --- --- arch/x86_64/kernel/head64.c|4 ++-- arch/x86_64/kernel/setup.c |6 +++--- include/asm-x86_64/bootsetup.h |2 +- 3 files changed, 6

[PATCH 25/26] Dynamic kernel command-line - x86_64

2006-12-02 Thread Alon Bar-Lev
1. Rename saved_command_line into boot_command_line. 2. Set command_line as __initdata. Signed-off-by: Alon Bar-Lev <[EMAIL PROTECTED]> --- diff -urNp linux-2.6.19.org/include/asm-x86_64/bootsetup.h linux-2.6.19/include/asm-x86_64/bootsetup.h --- linux-2.6.19.org/include/asm-x86_64/bootsetup.h