diff options
-rw-r--r-- | arch/x86_64/kernel/setup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index a5ebd03ecbd1..cc25fa6bc975 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -277,10 +277,6 @@ static __init void parse_cmdline_early (char ** cmdline_p) | |||
277 | int len = 0; | 277 | int len = 0; |
278 | int userdef = 0; | 278 | int userdef = 0; |
279 | 279 | ||
280 | /* Save unparsed command line copy for /proc/cmdline */ | ||
281 | memcpy(saved_command_line, COMMAND_LINE, COMMAND_LINE_SIZE); | ||
282 | saved_command_line[COMMAND_LINE_SIZE-1] = '\0'; | ||
283 | |||
284 | for (;;) { | 280 | for (;;) { |
285 | if (c != ' ') | 281 | if (c != ' ') |
286 | goto next_char; | 282 | goto next_char; |