All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 0/6] cleanup setup.c (take #2)
@ 2006-08-09 14:52 Franck Bui-Huu
  2006-08-09 14:52 ` [PATCH 1/6] setup.c: cleanup bootmem_init() Franck Bui-Huu
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Franck Bui-Huu @ 2006-08-09 14:52 UTC (permalink / raw)
  To: linux-mips; +Cc: anemo, ralf, yoichi_yuasa

Here's a patchset that clean up arch/mips/kernel/setup.c file.

This second take doesn't use "initrd=xxx@yyy" semantic anymore for
passing initrd memory area through the command line. It sticks
with the old semantic for bootloader compatibilities.

		Franck

Overall diffstats:

 arch/mips/kernel/setup.c |  442 ++++++++++++++++++++--------------------------
 1 files changed, 189 insertions(+), 253 deletions(-)

^ permalink raw reply	[flat|nested] 22+ messages in thread
* cleanup setup.c (take #3)
@ 2006-08-11 15:51 Franck Bui-Huu
  2006-08-11 15:51 ` [PATCH 6/6] setup.c: use early_param() for early command line parsing Franck Bui-Huu
  0 siblings, 1 reply; 22+ messages in thread
From: Franck Bui-Huu @ 2006-08-11 15:51 UTC (permalink / raw)
  To: linux-mips; +Cc: anemo, ralf, yoichi_yuasa

Here's a patchset that clean up arch/mips/kernel/setup.c file.

Changes from take #2:
---------------------
- Include Atsushi Nemoto's comments.

Changes from take #1:
---------------------
- don't use "initrd=xxx@yyy" semantic anymore for passing initrd
  memory area through the command line. It sticks with the old 
  semantic for bootloader compatibilities.

		Franck

Overall diffstat:

 arch/mips/kernel/setup.c |  441 ++++++++++++++++++++--------------------------
 1 files changed, 188 insertions(+), 253 deletions(-)

^ permalink raw reply	[flat|nested] 22+ messages in thread
* [patch 0/6] cleanup setup.c
@ 2006-08-08 12:48 Franck Bui-Huu
  2006-08-08 12:48 ` [PATCH 6/6] setup.c: use early_param() for early command line parsing Franck Bui-Huu
  0 siblings, 1 reply; 22+ messages in thread
From: Franck Bui-Huu @ 2006-08-08 12:48 UTC (permalink / raw)
  To: linux-mips; +Cc: anemo, ralf, yoichi_yuasa

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(-)

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2006-08-11 15:55 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-09 14:52 [patch 0/6] cleanup setup.c (take #2) Franck Bui-Huu
2006-08-09 14:52 ` [PATCH 1/6] setup.c: cleanup bootmem_init() Franck Bui-Huu
2006-08-09 14:52 ` [PATCH 2/6] setup.c: move initrd code inside dedicated functions Franck Bui-Huu
2006-08-11 14:50   ` Atsushi Nemoto
2006-08-11 15:13     ` Franck Bui-Huu
2006-08-09 14:52 ` [PATCH 3/6] setup.c: remove useless includes Franck Bui-Huu
2006-08-09 14:52 ` [PATCH 4/6] setup.c: do not inline functions Franck Bui-Huu
2006-08-09 14:52 ` [PATCH 5/6] setup.c: remove MAXMEM macro Franck Bui-Huu
2006-08-09 14:52 ` [PATCH 6/6] setup.c: use early_param() for early command line parsing Franck Bui-Huu
2006-08-11 11:55   ` Franck Bui-Huu
  -- strict thread matches above, loose matches on Subject: below --
2006-08-11 15:51 cleanup setup.c (take #3) Franck Bui-Huu
2006-08-11 15:51 ` [PATCH 6/6] setup.c: use early_param() for early command line parsing Franck Bui-Huu
2006-08-08 12:48 [patch 0/6] cleanup setup.c Franck Bui-Huu
2006-08-08 12:48 ` [PATCH 6/6] setup.c: use early_param() for early command line parsing Franck Bui-Huu
2006-08-08 12:56   ` Thiemo Seufer
2006-08-08 14:00     ` Franck Bui-Huu
2006-08-08 15:14       ` Thiemo Seufer
2006-08-09  8:15         ` Franck Bui-Huu
2006-08-09 11:12           ` Thiemo Seufer
2006-08-08 16:05       ` Atsushi Nemoto
2006-08-09  8:21         ` Franck Bui-Huu
2006-08-09 14:25           ` Atsushi Nemoto
2006-08-11  7:36             ` Franck Bui-Huu
2006-08-11 14:36               ` Atsushi Nemoto

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.