commit | 1e86d1c648508fd50e6c9960576b87906a7906ad | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 02 14:11:37 2005 +1000 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Thu Jun 02 08:19:27 2005 -0700 |
tree | 0e3d6de84b4ffa379c2c7ddcebd3f55de52b9844 | |
parent | e0d6d71440a3a35c6fc2dde09f8e8d4d7bd44dda [diff] |
[PATCH] ppc64: Fix result code handling in prom_init prom_init(), the trampoline code that "talks" to Open Firmware during early boot, has various issues with managing OF result codes. Some of my recent fixups in fact made the problem worse on some platforms. This patch reworks it all. Tested on g5, Maple, POWER3 and POWER5. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>