diff options
Diffstat (limited to 'arch/um/kernel/um_arch.c')
-rw-r--r-- | arch/um/kernel/um_arch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c index 84e57f6da1d..668eba2d2e8 100644 --- a/arch/um/kernel/um_arch.c +++ b/arch/um/kernel/um_arch.c | |||
@@ -481,7 +481,7 @@ void __init setup_arch(char **cmdline_p) | |||
481 | atomic_notifier_chain_register(&panic_notifier_list, | 481 | atomic_notifier_chain_register(&panic_notifier_list, |
482 | &panic_exit_notifier); | 482 | &panic_exit_notifier); |
483 | paging_init(); | 483 | paging_init(); |
484 | strlcpy(saved_command_line, command_line, COMMAND_LINE_SIZE); | 484 | strlcpy(boot_command_line, command_line, COMMAND_LINE_SIZE); |
485 | *cmdline_p = command_line; | 485 | *cmdline_p = command_line; |
486 | setup_hostinfo(); | 486 | setup_hostinfo(); |
487 | } | 487 | } |