From: Paul Mackerras Date: Tue, 7 Feb 2006 02:55:30 +0000 (+1100) Subject: powerpc/64: Fix bug in setting floating-point exception mode X-Git-Tag: v2.6.16-rc3~67^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2f5a3c1bec1cf3e7c76c080fd7f21476f05008a;p=pandora-kernel.git powerpc/64: Fix bug in setting floating-point exception mode When loading up the FPU, we were using a 'ld' (load doubleword) instruction to get the FP exception mode from the thread_struct, but it's only an int field. This changes the ld to lwz (load word and zero-extend). Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed