From: Tom Musta Date: Fri, 18 Oct 2013 19:42:08 +0000 (-0500) Subject: powerpc: Fix Unaligned Loads and Stores X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6506b4718bb59c5d4e59235b81b5e13ea5d3c49a;p=pandora-kernel.git powerpc: Fix Unaligned Loads and Stores This patch modifies the unaligned access routines of the sstep.c module so that it properly reverses the bytes of storage operands in the little endian kernel kernel. This is implemented by breaking an unaligned little endian access into a combination of single byte accesses plus an overal byte reversal operation. Signed-off-by: Tom Musta Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed