]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv: Get kernel command line accross OPAL takeover
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 19 Sep 2011 17:44:56 +0000 (17:44 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 20 Sep 2011 06:09:48 +0000 (16:09 +1000)
commit817c21ad9a1f00926f080265493923ada3458c63
tree84733af08a403e6f1c1846a2e9a21cf49276660d
parent27f4488872d9ef2a4b9aa2be58fb0789d6c0ba84
powerpc/powernv: Get kernel command line accross OPAL takeover

We stash it in boot_command_line which isn't in BSS and so won't
be overwritten. We then use that as a default cmd_line before
we walk the device-tree.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/prom.c
arch/powerpc/kernel/prom_init.c
arch/powerpc/kernel/prom_init_check.sh