Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Remove commented out MATH_EMULATE from kernel confi...
details: https://anonhg.NetBSD.org/src/rev/461e51fad813
branches: trunk
changeset: 323615:461e51fad813
user: maya <maya%NetBSD.org@localhost>
date: Sat Jun 23 01:23:27 2018 +0000
description:
Remove commented out MATH_EMULATE from kernel configs that got it
by copying an older i386 config.
diffstat:
sys/arch/evbarm/conf/MMNET_GENERIC | 5 ++---
sys/arch/evbarm/conf/MPCSA_GENERIC | 5 ++---
sys/arch/mmeye/conf/MMTAICE | 3 +--
sys/arch/mmeye/conf/MMTANEW | 4 +---
4 files changed, 6 insertions(+), 11 deletions(-)
diffs (83 lines):
diff -r 446bf76e377b -r 461e51fad813 sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC Fri Jun 22 23:46:04 2018 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC Sat Jun 23 01:23:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.36 2018/06/07 13:36:28 thorpej Exp $
+# $NetBSD: MMNET_GENERIC,v 1.37 2018/06/23 01:23:27 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.36 $"
+#ident "GENERIC-$Revision: 1.37 $"
maxusers 32 # estimated number of users
@@ -31,7 +31,6 @@
makeoptions CPUFLAGS="-mtune=arm926ej-s -mcpu=arm926ej-s"
# CPU-related options.
-#options MATH_EMULATE # floating point emulation
# doesn't work with MP just yet..
#options PERFCTRS # performance-monitoring counters support
diff -r 446bf76e377b -r 461e51fad813 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC Fri Jun 22 23:46:04 2018 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC Sat Jun 23 01:23:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.57 2018/06/07 13:36:28 thorpej Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.58 2018/06/23 01:23:27 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.57 $"
+#ident "GENERIC-$Revision: 1.58 $"
maxusers 32 # estimated number of users
@@ -31,7 +31,6 @@
makeoptions CPUFLAGS="-mtune=arm920t -mcpu=arm920t"
# CPU-related options.
-#options MATH_EMULATE # floating point emulation
# doesn't work with MP just yet..
#options PERFCTRS # performance-monitoring counters support
diff -r 446bf76e377b -r 461e51fad813 sys/arch/mmeye/conf/MMTAICE
--- a/sys/arch/mmeye/conf/MMTAICE Fri Jun 22 23:46:04 2018 +0000
+++ b/sys/arch/mmeye/conf/MMTAICE Sat Jun 23 01:23:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MMTAICE,v 1.55 2017/09/14 07:58:42 mrg Exp $
+# $NetBSD: MMTAICE,v 1.56 2018/06/23 01:23:27 maya Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -27,7 +27,6 @@
makeoptions DEFTEXTADDR="0x8c010000"
# CPU-related options.
-#options MATH_EMULATE # floating point emulation
# eliminate delay no-ops in I/O; recommended on all but very old machines
#options DUMMY_NOPS
diff -r 446bf76e377b -r 461e51fad813 sys/arch/mmeye/conf/MMTANEW
--- a/sys/arch/mmeye/conf/MMTANEW Fri Jun 22 23:46:04 2018 +0000
+++ b/sys/arch/mmeye/conf/MMTANEW Sat Jun 23 01:23:27 2018 +0000
@@ -1,9 +1,7 @@
-# $NetBSD: MMTANEW,v 1.19 2011/02/19 10:46:27 kiyohara Exp $
+# $NetBSD: MMTANEW,v 1.20 2018/06/23 01:23:27 maya Exp $
#
include "arch/mmeye/conf/MMTA"
options MMEYE_NEW_INT=0xb000000e
#options MMEYE_NO_CACHE
-
-#options MATH_EMULATE # floating point emulation
Home |
Main Index |
Thread Index |
Old Index