Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48003
b: refs/heads/master
c: 87e1f9c
h: refs/heads/master
i:
  48001: fcd09a5
  47999: 59ed087
v: v3
  • Loading branch information
Alon Bar-Lev authored and Linus Torvalds committed Feb 12, 2007
1 parent 8f10b11 commit 2b6dbab
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: bf4352c0fc82e6dadfa7eea506c19dea0106baac
refs/heads/master: 87e1f9c6dcb4829fd8a68a3af87098cee8ef955b
6 changes: 3 additions & 3 deletions trunk/arch/cris/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct screen_info screen_info;
extern int root_mountflags;
extern char _etext, _edata, _end;

char cris_command_line[COMMAND_LINE_SIZE] = { 0, };
char __initdata cris_command_line[COMMAND_LINE_SIZE] = { 0, };

extern const unsigned long text_start, edata; /* set by the linker script */
extern unsigned long dram_start, dram_end;
Expand Down Expand Up @@ -153,8 +153,8 @@ setup_arch(char **cmdline_p)
#endif

/* Save command line for future references. */
memcpy(saved_command_line, cris_command_line, COMMAND_LINE_SIZE);
saved_command_line[COMMAND_LINE_SIZE - 1] = '\0';
memcpy(boot_command_line, cris_command_line, COMMAND_LINE_SIZE);
boot_command_line[COMMAND_LINE_SIZE - 1] = '\0';

/* give credit for the CRIS port */
show_etrax_copyright();
Expand Down

0 comments on commit 2b6dbab

Please sign in to comment.