From: Daniel Jacobowitz Date: Sun, 27 Aug 2006 11:42:10 +0000 (+0100) Subject: [ARM] 3749/3: Correct VFP single/double conversion emulation X-Git-Tag: v2.6.18-rc6~60^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29ecac18cb740ae845db14963ac586c53962453;p=pandora-kernel.git [ARM] 3749/3: Correct VFP single/double conversion emulation Patch from Daniel Jacobowitz The fcvtsd/fcvtds emulation was left behind when the numbering of double precision registers was changed from 0-30 to 0-15. Both conversion instructions were writing their results to the wrong register. Also, the conversion instructions should stop after the first element even if a vector length is specified. Signed-off-by: Daniel Jacobowitz Signed-off-by: Russell King --- Reading git-diff-tree failed