[PATCH] mips: clean up 32/64-bit configuration
[deliverable/linux.git] / arch / mips / kernel / r4k_switch.S
index 1fc3b2eb12bd2d80de44b5f86c479a1487161360..175dd1fcbb332b788df3848deae85a01c76c9797 100644 (file)
  * Save a thread's fp context.
  */
 LEAF(_save_fp)
-#ifdef CONFIG_MIPS64
+#ifdef CONFIG_64BIT
        mfc0    t1, CP0_STATUS
 #endif
        fpu_save_double a0 t1 t0 t2             # clobbers t1
@@ -142,7 +142,7 @@ LEAF(_init_fpu)
 
        li      t1, -1                          # SNaN
 
-#ifdef CONFIG_MIPS64
+#ifdef CONFIG_64BIT
        sll     t0, t0, 5
        bgez    t0, 1f                          # 16 / 32 register mode?
 
This page took 0.029403 seconds and 5 git commands to generate.