commit | 553631e25f238de3a8085d2daf9cd4dcd96f8573 | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Thu Feb 19 18:52:20 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Feb 23 15:53:05 2009 +1100 |
tree | 1e2b0dc9c4f22e2109cc454b742115bf2d6c480a | |
parent | 545bba18247067bb63c94e042bed90599d08151b [diff] |
powerpc: Fix load/store float double alignment handler When we introduced VSX, we changed the way FPRs are stored in the thread_struct. Unfortunately we missed the load/store float double alignment handler code when updating how we access FPRs in the thread_struct. Below fixes this and merges the little/big endian case. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>