From: Carmelo AMOROSO Date: Wed, 15 Oct 2008 15:48:16 +0000 (+0100) Subject: sh: fcnvds fix with denormalized numbers on SH-4 FPU. X-Git-Tag: v2.6.29-rc4~23^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f6dee232f84c11ec195721571763ccae1b82639;p=pandora-kernel.git sh: fcnvds fix with denormalized numbers on SH-4 FPU. This fixes a bug in the FPU exception handler for the FCNVDS instruction. To get the register number the instruction is shifted right by 9, though it should be shifted right by 8. More information at ST Linux bugzilla: https://bugzilla.stlinux.com/show_bug.cgi?id=4892 Signed-off-by: Giuseppe Di Giore Signed-off-by: Carmelo Amoroso Signed-off-by: Stuart Menefy Signed-off-by: Paul Mundt --- Reading git-diff-tree failed