[PATCH 498] M68k: fix incorrect config comment in check_bugs()

From: Geert Uytterhoeven
Date: Sun Oct 31 2004 - 05:42:32 EST


M68k: Fix incorrect config comment in check_bugs()

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

--- linux-2.6.10-rc1/arch/m68k/kernel/setup.c 2004-10-02 18:38:54.000000000 +0200
+++ linux-m68k-2.6.10-rc1/arch/m68k/kernel/setup.c 2004-10-10 16:50:33.000000000 +0200
@@ -541,7 +541,5 @@ void check_bugs(void)
"emulation project\n" );
panic( "no FPU" );
}
-
-#endif /* CONFIG_SUN3 */
-
+#endif /* !CONFIG_M68KFPU_EMU */
}

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/