commit | dbc2fbd7c29a78724e761711d516930246c0e1c2 | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Fri Oct 18 14:44:17 2013 -0500 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Oct 30 16:01:36 2013 +1100 |
tree | da410fc25920bad6355d2cc121ef31f9faa5a1d8 | |
parent | 6506b4718bb59c5d4e59235b81b5e13ea5d3c49a [diff] |
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 <tmusta@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>