summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2005-08-01 12:04:53 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2005-08-01 12:04:53 +0000
commit4581d87840aa9b9b7e1b571b727e4a8efaa3c8b4 (patch)
treee88e2f77fc3013a52ffe1bc5544950624d806bcb /sys/arch
parenta6dae7db3ad6c2bf2f93fe542e411c0dbbc178ec (diff)
Remove option FPU_EMULATE from the mvme68k kernels - first, it is misleading
as the mvme68k port does not provide the necessary MD parts of the FPU emulator; second, because we do not run (yet) on FPUless mvme68k boards, although I have a couple in the Attic... cVS:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mvme68k/conf/GENERIC3
-rw-r--r--sys/arch/mvme68k/conf/RAMDISK3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC
index 67476394ec7..4aa8f1b7870 100644
--- a/sys/arch/mvme68k/conf/GENERIC
+++ b/sys/arch/mvme68k/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.24 2005/04/30 00:49:36 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.25 2005/08/01 12:04:52 miod Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -18,7 +18,6 @@ option M68040 # support for 040
option M68060 # support for 060
option FPSP # MC68040 floating point support
option M060SP # ...and MC68060 support package
-option FPU_EMULATE # FPU emulation
option MVME147 # (requires M68030)
option MVME162 # (requires M68040, FPSP)
diff --git a/sys/arch/mvme68k/conf/RAMDISK b/sys/arch/mvme68k/conf/RAMDISK
index f2db6e1b3fc..44c731fdeaa 100644
--- a/sys/arch/mvme68k/conf/RAMDISK
+++ b/sys/arch/mvme68k/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.5 2004/09/16 09:14:03 mickey Exp $
+# $OpenBSD: RAMDISK,v 1.6 2005/08/01 12:04:52 miod Exp $
machine mvme68k m68k
@@ -11,7 +11,6 @@ option M68040 # support for 040
option M68060 # support for 060
option FPSP # MC68040 floating point support
option M060SP # ...and MC68060 support package
-option FPU_EMULATE # FPU emulation
option MVME147 # (requires M68030)
option MVME162 # (requires M68040, FPSP)