linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / powerpc / kernel / vector.S
index 49ac3d6..66b3d03 100644 (file)
@@ -1,3 +1,4 @@
+#include <linux/config.h>
 #include <asm/ppc_asm.h>
 #include <asm/reg.h>
 
@@ -52,12 +53,12 @@ fpenable:
        stfd    fr31,8(r1)
        LDCONST(fr1, fpzero)
        mffs    fr31
-       MTFSF_L(fr1)
+       mtfsf   0xff,fr1
        blr
 
 fpdisable:
        mtlr    r12
-       MTFSF_L(fr31)
+       mtfsf   0xff,fr31
        lfd     fr31,8(r1)
        lfd     fr1,16(r1)
        lfd     fr0,24(r1)