From: Tom Musta Date: Fri, 18 Oct 2013 19:44:17 +0000 (-0500) Subject: powerpc: Fix Unaligned LE Floating Point Loads and Stores X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~19^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc2fbd7c29a78724e761711d516930246c0e1c2;p=pandora-kernel.git powerpc: Fix Unaligned LE Floating Point Loads and Stores This patch addresses unaligned single precision floating point loads and stores in the single-step code. The old implementation improperly treated an 8 byte structure as an array of two 4 byte words, which is a classic little endian bug. Signed-off-by: Tom Musta Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed