diff --git a/[refs] b/[refs] index 52e596a9c7b1..0d464d81fc54 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43dec91f4dbf4adbd2ffc9a86e34fa76ab1f5a05 +refs/heads/master: 9657a87205a367bddd802cbf439531697597fd8b diff --git a/trunk/arch/m68k/Kconfig b/trunk/arch/m68k/Kconfig index 6f823dcc0d70..d318c606c888 100644 --- a/trunk/arch/m68k/Kconfig +++ b/trunk/arch/m68k/Kconfig @@ -7,6 +7,7 @@ config M68K select GENERIC_IRQ_SHOW select ARCH_HAVE_NMI_SAFE_CMPXCHG if RMW_INSNS select GENERIC_CPU_DEVICES + select FPU if MMU config RWSEM_GENERIC_SPINLOCK bool @@ -64,6 +65,9 @@ config CPU_HAS_NO_MULDIV64 config CPU_HAS_ADDRESS_SPACES bool +config FPU + bool + config HZ int default 1000 if CLEOPATRA