From 622a50eeb643f4d605b1fc04c1394bef390c9ef3 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Mon, 30 Jan 2012 11:58:21 +1000 Subject: [PATCH] --- yaml --- r: 292410 b: refs/heads/master c: 9657a87205a367bddd802cbf439531697597fd8b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m68k/Kconfig | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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