]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MIPS] setup.c: use early_param() for early command line parsing
authorFranck Bui-Huu <vagabon.xyz@gmail.com>
Fri, 11 Aug 2006 15:51:53 +0000 (17:51 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 27 Sep 2006 12:38:04 +0000 (13:38 +0100)
commita09fc446fb6d541281d9559fe7215d7c0d3cc9ce
treeab3f122acacd85908d1be424b1c376a73402b7c0
parent1c6fd44d7ed3d105b2eaa29d72b415ca51e40d32
[MIPS] setup.c: use early_param() for early command line parsing

There's no point to rewrite some logic to parse command line
to pass initrd parameters or to declare a user memory area.
We could use instead parse_early_param() that does the same
thing.

Signed-off-by: Franck Bui-Huu <vagabon.xyz@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/setup.c