To: linus, akpm Cc: lkml Subject: [PATCH] 68851 MMU: Fix harmless typo in the MMU configuration code. 68851 MMU: Fix harmless (CPU_68020 == MMU_68851 anyway) typo in the MMU configuration code. Signed-off-by: Geert Uytterhoeven --- setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.10-rc1/include/asm-m68k/setup.h 15 Aug 2004 14:19:18 -0000 1.1.1.3 +++ linux-m68k-2.6.10-rc1/include/asm-m68k/setup.h 7 Nov 2004 19:06:23 -0000 @@ -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