powerpc: Add alignment handler for new lfiwzx instruction
authorMichael Neuling <mikey@neuling.org>
Thu, 19 Feb 2009 18:51:37 +0000 (18:51 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 23 Feb 2009 04:53:04 +0000 (15:53 +1100)
commit545bba18247067bb63c94e042bed90599d08151b
tree3f2bac6736272847715e8d36311a1c63aef2859f
parent0f16ef7fd3880575b59d0b0f0c9a2ef96e057522
powerpc: Add alignment handler for new lfiwzx instruction

lfiwzx is a new floating point load instruction in 2.06 that needs an
alignment handler for Linux.

Turns out to be the worlds easiest handler to add.

Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/align.c