]> err.no Git - linux-2.6/blobdiff - arch/mips/math-emu/sp_flong.c
x86: printk kernel version in WARN_ON and other dump_stack users
[linux-2.6] / arch / mips / math-emu / sp_flong.c
index 1e26795ccecb7b0176f6ac757f6a39b54adf47ec..26d6919a269af143ad590d58233d5a8bd8b80310 100644 (file)
 
 ieee754sp ieee754sp_flong(s64 x)
 {
-       COMPXDP;                /* <--- need 64-bit mantissa temp */
+       u64 xm;         /* <--- need 64-bit mantissa temp */
+       int xe;
+       int xs;
 
        CLEARCX;
 
-       xc = ( 0 ? xc : xc );
-
        if (x == 0)
                return ieee754sp_zero(0);
        if (x == 1 || x == -1)