mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] blackfin arch: use boot_command_line instead of save_command_line in setup c file
@ 2007-04-04  6:28 Wu, Bryan
  2007-04-04 15:07 ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Wu, Bryan @ 2007-04-04  6:28 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel


Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
 arch/blackfin/kernel/setup.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/blackfin/kernel/setup.c b/arch/blackfin/kernel/setup.c
index ce51882..9870c60 100644
--- a/arch/blackfin/kernel/setup.c
+++ b/arch/blackfin/kernel/setup.c
@@ -221,7 +221,7 @@ void __init setup_arch(char **cmdline_p)
 
 	/* Keep a copy of command line */
 	*cmdline_p = &command_line[0];
-	memcpy(saved_command_line, command_line, COMMAND_LINE_SIZE);
+	memcpy(boot_command_line, command_line, COMMAND_LINE_SIZE);
 	saved_command_line[COMMAND_LINE_SIZE - 1] = 0;
 
 	/* setup memory defaults from the user config */
-- 
1.5.0.5


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-04-05  3:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-04  6:28 [PATCH] blackfin arch: use boot_command_line instead of save_command_line in setup c file Wu, Bryan
2007-04-04 15:07 ` Randy Dunlap
2007-04-05  3:21   ` Wu, Bryan
2007-04-05  3:53     ` [PATCH] blackfin arch: use boot_command_line instead of saved_command_line " Wu, Bryan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome