Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Re-enable the NOFPU and (renamed) FPEM...
details: https://anonhg.NetBSD.org/src/rev/9683136eb7e3
branches: trunk
changeset: 355963:9683136eb7e3
user: simonb <simonb%NetBSD.org@localhost>
date: Thu Aug 24 22:46:54 2017 +0000
description:
Re-enable the NOFPU and (renamed) FPEMUL options. None of the Malta
CPU daughter cards currently supported by NetBSD have an FPU.
Detected on real hardware. gxemul wrongly supports an FPU on the
4Kc and 5Kc CPUs.
diffstat:
sys/arch/evbmips/conf/MALTA | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r c5db8d854220 -r 9683136eb7e3 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA Thu Aug 24 17:18:55 2017 +0000
+++ b/sys/arch/evbmips/conf/MALTA Thu Aug 24 22:46:54 2017 +0000
@@ -1,17 +1,18 @@
-# $NetBSD: MALTA,v 1.87 2017/08/19 09:10:24 maya Exp $
+# $NetBSD: MALTA,v 1.88 2017/08/24 22:46:54 simonb Exp $
include "arch/evbmips/conf/std.malta"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MALTA-$Revision: 1.87 $"
+#ident "MALTA-$Revision: 1.88 $"
maxusers 32
options MIPS32
options MIPS64
-#options NOFPU # No FPU
-#options FPEMUL # emulate FPU insn
+
+options NOFPU # No FPU
+options FPEMUL # emulate FPU insn
# Options for necessary to use MD
# options MEMORY_DISK_HOOKS
Home |
Main Index |
Thread Index |
Old Index