From: Benjamin Herrenschmidt Date: Wed, 7 Jun 2006 02:01:32 +0000 (+1000) Subject: [PATCH] powerpc: Fix call to ibm,client-architecture-support X-Git-Tag: v2.6.17~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33b7497794424181dca87f18e43ecbc07f86bba5;p=pandora-kernel.git [PATCH] powerpc: Fix call to ibm,client-architecture-support The code in prom_init.c calling the firmware ibm,client-architecture-support method on pSeries has a bug where it fails to properly pass the instance handle of the firmware object when trying to call a method. Result ranges from the call doing nothing to the firmware crashing. (Found by Segher, thanks !) Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Segher Boessenkool Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed