Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 48020
b: refs/heads/master
c: 19bf7e7
h: refs/heads/master
v: v3
  • Loading branch information
Alon Bar-Lev authored and Linus Torvalds committed Feb 12, 2007
1 parent 05809c0 commit bfc551d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 383464c0fb067f5beb96e28ff376d2280808dd54
refs/heads/master: 19bf7e7a414711dec0058556feda778105798f99
2 changes: 1 addition & 1 deletion trunk/arch/um/include/user_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern unsigned long long highmem;

extern char host_info[];

extern char saved_command_line[];
extern char __initdata boot_command_line[];

extern unsigned long _stext, _etext, _sdata, _edata, __bss_start, _end;
extern unsigned long _unprotected_end;
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/um/kernel/um_arch.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ void __init setup_arch(char **cmdline_p)
atomic_notifier_chain_register(&panic_notifier_list,
&panic_exit_notifier);
paging_init();
strlcpy(saved_command_line, command_line, COMMAND_LINE_SIZE);
strlcpy(boot_command_line, command_line, COMMAND_LINE_SIZE);
*cmdline_p = command_line;
setup_hostinfo();
}
Expand Down

0 comments on commit bfc551d

Please sign in to comment.