commit | 52055d07ce0a465949552c9c5d65d2b8b37672c5 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Mon Sep 23 12:04:50 2013 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Oct 11 16:48:38 2013 +1100 |
tree | 7421607319a385d64810626693993853a16cc54a | |
parent | 835e206a67703f8cfb9f13ffc90d5fe5a374f40c [diff] |
powerpc: Handle VSX alignment faults in little endian mode Things are complicated by the fact that VSX elements are big endian ordered even in little endian mode. 8 byte loads and stores also write to the top 8 bytes of the register. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>