]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/asmmacro.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
[linux-2.6-omap-h63xx.git] / include / asm-mips / asmmacro.h
index 37a460aa0378e5474d7718934ddf589de2c83ab1..30b18ea6cb1116fd12e86094788c5917fe9f7e99 100644 (file)
@@ -7,14 +7,14 @@
  */
 #ifndef _ASM_ASMMACRO_H
 #define _ASM_ASMMACRO_H
+
 #include <linux/config.h>
 #include <asm/hazards.h>
-#ifdef CONFIG_MIPS32
+
+#ifdef CONFIG_32BIT
 #include <asm/asmmacro-32.h>
 #endif
-#ifdef CONFIG_MIPS64
+#ifdef CONFIG_64BIT
 #include <asm/asmmacro-64.h>
 #endif