commit | 49f297f8df9adb797334155470ea9ca68bdb041e | [log] [tgz] |
---|---|---|
author | Michael Neuling <mikey@neuling.org> | Thu Feb 19 18:52:20 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Feb 26 14:02:53 2009 +1100 |
tree | a6c3c2ebd89114435137025925bb0ac9e1a931df | |
parent | 169d418b127b98a3e464e9c4b807ad083760f98c [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>