Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48021
b: refs/heads/master
c: 712f77b
h: refs/heads/master
i:
  48019: 05809c0
v: v3
  • Loading branch information
Alon Bar-Lev authored and Linus Torvalds committed Feb 12, 2007
1 parent bfc551d commit 60893a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19bf7e7a414711dec0058556feda778105798f99
refs/heads/master: 712f77b5659208b43c925e1b28c4f44891c4d94f
6 changes: 3 additions & 3 deletions trunk/arch/v850/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ extern char _root_fs_image_start __attribute__ ((__weak__));
extern char _root_fs_image_end __attribute__ ((__weak__));


char command_line[COMMAND_LINE_SIZE];
char __initdata command_line[COMMAND_LINE_SIZE];

/* Memory not used by the kernel. */
static unsigned long total_ram_pages;
Expand All @@ -64,8 +64,8 @@ void __init setup_arch (char **cmdline)
{
/* Keep a copy of command line */
*cmdline = command_line;
memcpy (saved_command_line, command_line, COMMAND_LINE_SIZE);
saved_command_line[COMMAND_LINE_SIZE - 1] = '\0';
memcpy (boot_command_line, command_line, COMMAND_LINE_SIZE);
boot_command_line[COMMAND_LINE_SIZE - 1] = '\0';

console_verbose ();

Expand Down

0 comments on commit 60893a3

Please sign in to comment.