]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/math-emu/sp_flong.c
[MIPS] Cleanup memory barriers for weakly ordered systems.
[linux-2.6-omap-h63xx.git] / arch / mips / math-emu / sp_flong.c
index 3d6c1d11c17889bfea252f2c78d4711e0f3049e4..26d6919a269af143ad590d58233d5a8bd8b80310 100644 (file)
@@ -29,7 +29,9 @@
 
 ieee754sp ieee754sp_flong(s64 x)
 {
-       COMPXDP;                /* <--- need 64-bit mantissa temp */
+       u64 xm;         /* <--- need 64-bit mantissa temp */
+       int xe;
+       int xs;
 
        CLEARCX;