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.29-rc7~49^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49f297f8df9adb797334155470ea9ca68bdb041e;p=pandora-kernel.git 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed