From: Ralf Baechle Date: Wed, 30 Apr 2014 09:21:55 +0000 (+0200) Subject: MIPS: math-emu: Switch to using the MIPS rounding modes. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~78^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56a64733;p=pandora-kernel.git MIPS: math-emu: Switch to using the MIPS rounding modes. Previously math-emu was using the IEEE-754 constants internally. These were differing by having the constants for rounding to +/- infinity switched, so a conversion was necessary. This would be entirely avoidable if the MIPS constants were used throughout, so get rid of the bloat. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed