From: Liu Yu Date: Tue, 28 Oct 2008 03:50:18 +0000 (+0800) Subject: powerpc/math-emu: Fix single float point division bug X-Git-Tag: v2.6.29-rc1~574^2~86 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf03033658739accd24f18f864107151a2e9a796;p=pandora-kernel.git powerpc/math-emu: Fix single float point division bug PowerPC float point division emulation is derived from gcc. I reported this problem on gcc maillist and got this reply: http://gcc.gnu.org/ml/gcc/2008-03/msg00543.html Since UDIV_NEEDS_NORMALIZATION is not used by kernel, we should use _FP_DIV_MEAT_1_udiv_norm to make sure the single float point is normalized before udiv_qrnnd. Signed-off-by: Liu Yu Signed-off-by: Kumar Gala --- Reading git-diff-tree failed