From: James Yang Date: Thu, 4 Jul 2013 21:18:44 +0000 (-0500) Subject: powerpc/math-emu: Fix load/store indexed emulation X-Git-Tag: v3.12-rc1~123^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7059b5ea730edde256deb94a42f8e9e732d9b8;p=pandora-kernel.git powerpc/math-emu: Fix load/store indexed emulation Load/store indexed instructions where the index register RA=R0, such as "lfdx f1,0,r3", are not illegal. Load/store indexed with update instructions where the index register RA=R0, such as "lfdux f1,0,r3", are invalid, and, to be consistent with existing math-emu behavior for other invalid instruction forms, will signal as illegal. Signed-off-by: James Yang Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed