]> err.no Git - linux-2.6/blobdiff - arch/mips/math-emu/sp_fint.c
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
[linux-2.6] / arch / mips / math-emu / sp_fint.c
index 42d9ed4b9a9463d65c97fdab2cb72605f5e8cfdb..e88e125e01c2f394b2dcf4d97730207a11cc0d0d 100644 (file)
 
 ieee754sp ieee754sp_fint(int x)
 {
-       COMPXSP;
+       unsigned xm;
+       int xe;
+       int xs;
 
        CLEARCX;
 
-       xc = ( 0 ? xc : xc );
-
        if (x == 0)
                return ieee754sp_zero(0);
        if (x == 1 || x == -1)