Commit 55ec7b1d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

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

M68k: Fix incorrect config comment in check_bugs()
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b5fb5d39
...@@ -541,7 +541,5 @@ void check_bugs(void) ...@@ -541,7 +541,5 @@ void check_bugs(void)
"emulation project\n" ); "emulation project\n" );
panic( "no FPU" ); panic( "no FPU" );
} }
#endif /* !CONFIG_M68KFPU_EMU */
#endif /* CONFIG_SUN3 */
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment