OSDN Git Service

Patch from Stefan Allius to fixup SuperH ARCH_HAS_MMU and ARCH_HAS_FPU
authorEric Andersen <andersen@codepoet.org>
Fri, 8 Nov 2002 08:27:59 +0000 (08:27 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 8 Nov 2002 08:27:59 +0000 (08:27 -0000)
extra/Configs/Config.sh

index eeee4ba..4bc7762 100644 (file)
@@ -71,7 +71,11 @@ endchoice
 
 config ARCH_HAS_NO_MMU
        bool
-       default y if CONFIG_SH2 || CONFIG_SH3
+       default y if CONFIG_SH2
+
+config ARCH_HAS_NO_FPU
+       bool
+       default y if CONFIG_SH2 || CONFIG_SH3
 
 source "extra/Configs/Config.in.arch"