[PATCH 524] 68851 MMU: Fix harmless typo in the MMU configuration code.

From: Geert Uytterhoeven
Date: Thu Nov 18 2004 - 17:48:50 EST


68851 MMU: Fix harmless (CPU_68020 == MMU_68851 anyway) typo in the MMU
configuration code.

Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>

--- 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

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/