On 09/07/15 00:03, Geert Uytterhoeven wrote:
On Wed, Jul 8, 2015 at 11:51 AM, Yannick GICQUEL <[email protected]> wrote:diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 2dd8f63..d704c16 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig @@ -14,7 +14,7 @@ config M68K select GENERIC_IOMAP select GENERIC_STRNCPY_FROM_USER if MMU select GENERIC_STRNLEN_USER if MMU - select FPU if MMU + select FPU if MMU && !COLDFIREI'm not too fond of having complex dependencies here...select ARCH_WANT_IPC_PARSE_VERSION select ARCH_USES_GETTIMEOFFSET if MMU && !COLDFIRE(but we already have examples like the above)select HAVE_FUTEX_CMPXCHG if MMU && FUTEX diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index 33013df..3661eb4 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -257,6 +257,7 @@ config M54xx config M547x bool "MCF547x" select M54xx + select FPU... perhaps the "select FPU" should be added to M68KCLASSIC, too, so we can get rid of the top one?
We use M68KCLASSIC for the non-MMU 68k families as well, and none of those have FPU either. Maybe should we select FPU for each of M68020, M68030, M68040 and M68060 in their configs? Regards Greg
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] 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-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
-- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
