]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5a700eec6e775ea847600d635249be183bd46c3
treeca8c813d84c6db6ba6052a42c0fb4e8aff411422
parent9bd8ad5f48b586d2cd5cfdc0823677f2a7006d07
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