mirror of https://github.com/torvalds/linux.git
This fixes the problem that "init=" options may not be passed to kernel
correctly.
parse_mem_cmdline() of mn10300 arch gets rid of "mem=" string from
redboot_command_line. Then init_setup() parses the "init=" options from
static_command_line, which is a copy of redboot_command_line, and keeps
the pointer to the init options in execute_command variable.
Since the commit
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| asm-offsets.c | ||
| cevt-mn10300.c | ||
| csrc-mn10300.c | ||
| entry.S | ||
| fpu-low.S | ||
| fpu-nofpu-low.S | ||
| fpu-nofpu.c | ||
| fpu.c | ||
| gdb-io-serial-low.S | ||
| gdb-io-serial.c | ||
| gdb-io-ttysm-low.S | ||
| gdb-io-ttysm.c | ||
| gdb-low.S | ||
| gdb-stub.c | ||
| head.S | ||
| internal.h | ||
| io.c | ||
| irq.c | ||
| kgdb.c | ||
| kprobes.c | ||
| mn10300-debug.c | ||
| mn10300-serial-low.S | ||
| mn10300-serial.c | ||
| mn10300-serial.h | ||
| mn10300-watchdog-low.S | ||
| mn10300-watchdog.c | ||
| mn10300_ksyms.c | ||
| module.c | ||
| process.c | ||
| profile-low.S | ||
| profile.c | ||
| ptrace.c | ||
| rtc.c | ||
| setup.c | ||
| sigframe.h | ||
| signal.c | ||
| smp-low.S | ||
| smp.c | ||
| switch_to.S | ||
| sys_mn10300.c | ||
| time.c | ||
| traps.c | ||
| vmlinux.lds.S | ||