To: linus, akpm Cc: lkml Subject: [PATCH] M68k: fix incorrect config comment in check_bugs() M68k: Fix incorrect config comment in check_bugs() Signed-off-by: Geert Uytterhoeven --- setup.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) --- 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 */ }