| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [patch 0/6] cleanup setup.c |
| From: | Franck Bui-Huu <vagabon.xyz@gmail.com> |
| Date: | Tue, 8 Aug 2006 14:48:26 +0200 |
| Cc: | anemo@mba.ocn.ne.jp, ralf@linux-mips.org, yoichi_yuasa@tripeaks.co.jp |
| Domainkey-signature: | a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:cc:subject:date:message-id:x-mailer; b=H7NXALiiJDjKdaKnyCGbQIM/0kkQbaa27gnsBT0+eOKDRQ0YI14ONmw3GDbizy/AZFCVD3zO7/kKehxZQMOLLHbj6E8oDUbnFFsOuRqHPM8SrUfoV5oO6aI8gSTBpUeUPF6MFTz6kNvHLWydcXMSYRN+4l2ugcI+tEoFsdo5sBg= |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
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(-)
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/6] setup.c: move initrd code inside dedicated functions, Franck Bui-Huu |
|---|---|
| Next by Date: | [PATCH 3/6] setup.c: remove useless includes., Franck Bui-Huu |
| Previous by Thread: | FB Driver for DbAu1100, craigslist |
| Next by Thread: | [PATCH 4/6] setup.c: do not inline functions, Franck Bui-Huu |
| Indexes: | [Date] [Thread] [Top] [All Lists] |