From: Michael Neuling Date: Thu, 19 Feb 2009 18:52:20 +0000 (+0000) Subject: powerpc: Fix load/store float double alignment handler X-Git-Tag: v2.6.27.20~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12f6c7575ef7751cb5ac8b40dc0e477c53426bf9;p=pandora-kernel.git powerpc: Fix load/store float double alignment handler commit 49f297f8df9adb797334155470ea9ca68bdb041e upstream. 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 Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed