Here's a patchset that clean up arch/mips/kernel/setup.c file. NOTE ! The semantic for initrd command line argument has been changed mainly because it is now a lot simpler to parse. Before we were using "rd_start=xxx rd_size=yyy", now the patch uses "initrd=yyy@xxx". It seems that no default config files use the old semantic but I'm not sure for bootloader users for example... Am I allowed to do that ? Franck Overall diffstats: arch/mips/kernel/setup.c | 429 +++++++++++++++++++--------------------------- 1 files changed, 177 insertions(+), 252 deletions(-)