[PATCH] mips: clean up 32/64-bit configuration
[deliverable/linux.git] / arch / mips / mm / c-r4k.c
index a03ebb2cba6775de0354da8c5ed4c27ab38a9fbc..20d40725e5bbecbe0a9dcc6d552ad3d090c1b347 100644 (file)
@@ -723,10 +723,10 @@ static void local_r4k_flush_cache_sigtramp(void * arg)
                        ".set push\n\t"
                        ".set noat\n\t"
                        ".set mips3\n\t"
-#ifdef CONFIG_MIPS32
+#ifdef CONFIG_32BIT
                        "la     $at,1f\n\t"
 #endif
-#ifdef CONFIG_MIPS64
+#ifdef CONFIG_64BIT
                        "dla    $at,1f\n\t"
 #endif
                        "cache  %0,($at)\n\t"
This page took 0.035641 seconds and 5 git commands to generate.