From: Kumar Gala Date: Thu, 11 Oct 2007 22:07:34 +0000 (-0500) Subject: [POWERPC] Fix handling of stfiwx math emulation X-Git-Tag: v2.6.24-rc1~491^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba02946a903015840ef672ccc9dc8620a7e83de6;p=pandora-kernel.git [POWERPC] Fix handling of stfiwx math emulation Its legal for the stfiwx instruction to have RA = 0 as part of its effective address calculation. This is illegal for all other XE form instructions. Add code to compute the proper effective address for stfiwx if RA = 0 rather than treating it as illegal. Signed-off-by: Kumar Gala --- Reading git-diff-tree failed