]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/powernv: Workaround OFW issues in prom_init.c
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 29 Nov 2011 18:22:56 +0000 (18:22 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Wed, 7 Dec 2011 07:04:53 +0000 (18:04 +1100)
commit40dfef66a9e3d4a308c3ed7355c9a89e68c08ffc
treed72e4a38bb15409941a92b366228415385a14492
parentcee72d5bb48952f2e50acd2610d52ea82f7092c9
powerpc/powernv: Workaround OFW issues in prom_init.c

Open Firmware on OPAL machines seems to have issues if we close
stdin and/or we try to print things after calling "quiesce" so
we avoid doing both.

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