linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / mips / math-emu / sp_flong.c
index 26d6919..3d6c1d1 100644 (file)
@@ -29,9 +29,7 @@
 
 ieee754sp ieee754sp_flong(s64 x)
 {
-       u64 xm;         /* <--- need 64-bit mantissa temp */
-       int xe;
-       int xs;
+       COMPXDP;                /* <--- need 64-bit mantissa temp */
 
        CLEARCX;