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.30-rc1~619^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=553631e25f238de3a8085d2daf9cd4dcd96f8573;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