vserver 1.9.5.x5
[linux-2.6.git] / include / asm-m68k / setup.h
index ce27628..9e23492 100644 (file)
@@ -264,7 +264,7 @@ extern int m68k_is040or060;
 #  define MMU_IS_SUN3 (0)
 #elif defined(CONFIG_M68030) || defined(CONFIG_M68040) || defined(CONFIG_M68060)
 #  define CPU_IS_020 (m68k_cputype & CPU_68020)
-#  define MMU_IS_851 (m68k_cputype & MMU_68851)
+#  define MMU_IS_851 (m68k_mmutype & MMU_68851)
 #  define MMU_IS_SUN3 (0)      /* Sun3 not supported with other CPU enabled */
 #else
 #  define CPU_M68020_ONLY