Searched hist:"846 f77b08c8301682ded5ce127c56397327a60d0" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | setup_32.c | diff 846f77b08c8301682ded5ce127c56397327a60d0 Wed May 17 03:00:45 CDT 2006 Michael Ellerman <michael@ellerman.id.au> [PATCH] powerpc: Parse early parameters earlier
Currently we have call parse_early_param() earliyish, but not really very early. In particular, it's not early enough to do things like mem=x or crashkernel=blah, which is annoying.
So do it earlier. I've checked all the early param handlers, and none of them look like they should have any trouble with this. I haven't tested the booke_wdt ones though.
On 32-bit we were doing the CONFIG_CMDLINE logic twice, so don't.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | prom.c | diff 846f77b08c8301682ded5ce127c56397327a60d0 Wed May 17 03:00:45 CDT 2006 Michael Ellerman <michael@ellerman.id.au> [PATCH] powerpc: Parse early parameters earlier
Currently we have call parse_early_param() earliyish, but not really very early. In particular, it's not early enough to do things like mem=x or crashkernel=blah, which is annoying.
So do it earlier. I've checked all the early param handlers, and none of them look like they should have any trouble with this. I haven't tested the booke_wdt ones though.
On 32-bit we were doing the CONFIG_CMDLINE logic twice, so don't.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
|
H A D | setup_64.c | diff 846f77b08c8301682ded5ce127c56397327a60d0 Wed May 17 03:00:45 CDT 2006 Michael Ellerman <michael@ellerman.id.au> [PATCH] powerpc: Parse early parameters earlier
Currently we have call parse_early_param() earliyish, but not really very early. In particular, it's not early enough to do things like mem=x or crashkernel=blah, which is annoying.
So do it earlier. I've checked all the early param handlers, and none of them look like they should have any trouble with this. I haven't tested the booke_wdt ones though.
On 32-bit we were doing the CONFIG_CMDLINE logic twice, so don't.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>
|