Module Name:    src
Committed By:   abs
Date:           Mon Nov 23 00:18:38 UTC 2009

Modified Files:
        src/sys/arch/atari/conf: ATARITT GENERIC.in

Log Message:
Do not include FPU_EMULATE in ATARITT only config


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/atari/conf/ATARITT
cvs rdiff -u -r1.80 -r1.81 src/sys/arch/atari/conf/GENERIC.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/atari/conf/ATARITT
diff -u src/sys/arch/atari/conf/ATARITT:1.93 src/sys/arch/atari/conf/ATARITT:1.94
--- src/sys/arch/atari/conf/ATARITT:1.93	Fri Mar  6 23:38:41 2009
+++ src/sys/arch/atari/conf/ATARITT	Mon Nov 23 00:18:38 2009
@@ -1,5 +1,5 @@
 #
-# $NetBSD: ATARITT,v 1.93 2009/03/06 23:38:41 abs Exp $
+# $NetBSD: ATARITT,v 1.94 2009/11/23 00:18:38 abs Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running makeconf in this directory.
@@ -12,7 +12,6 @@
 options HZ=64 # Set the clock-rate (48/64/96)
 options INSECURE # disable kernel security levels
 options M68030 # support for 030
-options FPU_EMULATE # Support for MC68881/MC68882 emulator
 options INET # IP + ICMP + TCP + UDP
 options INET6 # IPV6
 options PPP_BSDCOMP # BSD-Compress compression support for PPP

Index: src/sys/arch/atari/conf/GENERIC.in
diff -u src/sys/arch/atari/conf/GENERIC.in:1.80 src/sys/arch/atari/conf/GENERIC.in:1.81
--- src/sys/arch/atari/conf/GENERIC.in:1.80	Fri Mar  6 23:38:07 2009
+++ src/sys/arch/atari/conf/GENERIC.in	Mon Nov 23 00:18:37 2009
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.in,v 1.80 2009/03/06 23:38:07 abs Exp $
+#	$NetBSD: GENERIC.in,v 1.81 2009/11/23 00:18:37 abs Exp $
 #
 # Generic atari
 #
@@ -50,8 +50,10 @@
 #
 #if defined(TT030_KERNEL) || defined(FALCON_KERNEL)
 options 	M68030		# support for 030
-options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
 #endif /* TT030_KERNEL || FALCON_KERNEL */
+#if defined(FALCON_KERNEL)
+options 	FPU_EMULATE	# Support for MC68881/MC68882 emulator
+#endif /* FALCON_KERNEL */
 #if (defined(FALCON_KERNEL) && !defined(SMALL030_KERNEL)) || \
 	defined(HADES_KERNEL) || defined(MILAN_KERNEL)
 options 	M68040		# support for 040

Reply via email to