powerpc: Add VSX load/store alignment exception handler
authorMichael Neuling <mikey@neuling.org>
Fri, 11 Jul 2008 06:31:09 +0000 (16:31 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 15 Jul 2008 02:29:25 +0000 (12:29 +1000)
commitcd6f37be7fdc9fea407379745350f6630b9d3cdd
treeca8c813d84c6db6ba6052a42c0fb4e8aff411422
parent7c29217096d83f657e6ee70479af09b46f4275f6
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>
arch/powerpc/kernel/align.c