| commit | 545bba18247067bb63c94e042bed90599d08151b | [log] [tgz] |
|---|---|---|
| author | Michael Neuling <mikey@neuling.org> | Thu Feb 19 18:51:37 2009 +0000 |
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Feb 23 15:53:04 2009 +1100 |
| tree | 3f2bac6736272847715e8d36311a1c63aef2859f | |
| parent | 0f16ef7fd3880575b59d0b0f0c9a2ef96e057522 [diff] |
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>