This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / mips / math-emu / dp_flong.c
index cb105b1..f08f223 100644 (file)
 
 ieee754dp ieee754dp_flong(s64 x)
 {
-       COMPXDP;
+       u64 xm;
+       int xe;
+       int xs;
 
        CLEARCX;
 
-       xc = ( 0 ? xc : xc );
-
        if (x == 0)
                return ieee754dp_zero(0);
        if (x == 1 || x == -1)