From: Benjamin Herrenschmidt Date: Thu, 2 Jun 2005 04:11:37 +0000 (+1000) Subject: [PATCH] ppc64: Fix result code handling in prom_init X-Git-Tag: v2.6.12-rc6~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e86d1c648508fd50e6c9960576b87906a7906ad;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed