From: Anton Blanchard Date: Mon, 23 Sep 2013 02:04:37 +0000 (+1000) Subject: powerpc: Fix offset of FPRs in VSX registers in little endian builds X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e156bd8ad76939a9bcd66d85cf06f8cde1fb8030;p=pandora-kernel.git powerpc: Fix offset of FPRs in VSX registers in little endian builds The FPRs overlap the high doublewords of the first 32 VSX registers. Fix TS_FPROFFSET and TS_VSRLOWOFFSET so we access the correct fields in little endian mode. If VSX is disabled the FPRs are only one doubleword in length so TS_FPROFFSET needs adjusting in little endian. Signed-off-by: Anton Blanchard Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed