commit | 40dfef66a9e3d4a308c3ed7355c9a89e68c08ffc | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Nov 29 18:22:56 2011 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Dec 07 18:04:53 2011 +1100 |
tree | d72e4a38bb15409941a92b366228415385a14492 | |
parent | cee72d5bb48952f2e50acd2610d52ea82f7092c9 [diff] |
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>