From: Tom Musta Date: Fri, 18 Oct 2013 17:07:10 +0000 (-0500) Subject: powerpc: Fix Handler of Unaligned Load/Store Strings X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=075f6311af30b011eaa8e50341c06a9082a796a9;p=pandora-kernel.git powerpc: Fix Handler of Unaligned Load/Store Strings The alignment handler is incorrect for unaligned string instructions in little endian mode. These instructions access data as arrays of bytes and thus are endian neutral. However, the routine also handles the load/store multiple instructions, which are NOT endian neutral. This patch toggles the byte swapping flag for the string instructions in little endian builds. This effectively disables the byte swapping logic. Signed-off-by: Tom Musta Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed