commit | cd6f37be7fdc9fea407379745350f6630b9d3cdd | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Fri Jul 11 16:31:09 2008 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jul 15 12:29:25 2008 +1000 |
tree | ca8c813d84c6db6ba6052a42c0fb4e8aff411422 | |
parent | 7c29217096d83f657e6ee70479af09b46f4275f6 [diff] |
powerpc: Add VSX load/store alignment exception handler VSX loads and stores will take an alignment exception when the address is not on a 4 byte boundary. This add support for these alignment exceptions and will emulate the requested load or store. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>