[PATCH] mips: clean up 32/64-bit configuration
[deliverable/linux.git] / arch / mips / sibyte / cfe / setup.c
index d6d0364fa7603a1a29e6be2371f54cd6174566ba..d86943f9d8122b6de81992e71b6435bbcdb49d4e 100644 (file)
@@ -33,7 +33,7 @@
 #include "cfe_error.h"
 
 /* Max ram addressable in 32-bit segments */
-#ifdef CONFIG_MIPS64
+#ifdef CONFIG_64BIT
 #define MAX_RAM_SIZE (~0ULL)
 #else
 #ifdef CONFIG_HIGHMEM
This page took 0.028927 seconds and 5 git commands to generate.