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 Comment out HZ=512. This was only int...
details: https://anonhg.NetBSD.org/src/rev/871e0f1686e8
branches: trunk
changeset: 1018590:871e0f1686e8
user: simonb <simonb%NetBSD.org@localhost>
date: Mon Feb 08 00:47:53 2021 +0000
description:
Comment out HZ=512. This was only intended to be enabled for profiling.
diffstat:
sys/arch/evbmips/conf/ADM5120 | 6 +++---
sys/arch/evbmips/conf/ADM5120-NB | 6 +++---
sys/arch/evbmips/conf/ADM5120-USB | 6 +++---
sys/arch/evbmips/conf/ALCHEMY | 6 +++---
sys/arch/evbmips/conf/MIPSSIM | 6 +++---
5 files changed, 15 insertions(+), 15 deletions(-)
diffs (129 lines):
diff -r 6a9221a1395d -r 871e0f1686e8 sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120 Mon Feb 08 00:35:25 2021 +0000
+++ b/sys/arch/evbmips/conf/ADM5120 Mon Feb 08 00:47:53 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120,v 1.31 2021/02/08 00:35:25 simonb Exp $
+# $NetBSD: ADM5120,v 1.32 2021/02/08 00:47:53 simonb Exp $
#
# Kernel config for the ADM5120 based boards and routers,
# including the RouterBOARD 100 series.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.31 $"
+#ident "GENERIC-$Revision: 1.32 $"
maxusers 32
@@ -13,7 +13,7 @@
options NOFPU # No FPU
options FPEMUL # emulate FPU insn
#options CONSPEED=115200 # YAMON default
-options HZ=512 # for profiling
+#options HZ=512 # for profiling
options MEMSIZE="(16*1024*1024)"
#options LOCKDEBUG
diff -r 6a9221a1395d -r 871e0f1686e8 sys/arch/evbmips/conf/ADM5120-NB
--- a/sys/arch/evbmips/conf/ADM5120-NB Mon Feb 08 00:35:25 2021 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-NB Mon Feb 08 00:47:53 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120-NB,v 1.29 2021/02/08 00:35:25 simonb Exp $
+# $NetBSD: ADM5120-NB,v 1.30 2021/02/08 00:47:53 simonb Exp $
#
# Kernel config for the ADM5120 based boards and routers,
# including the RouterBOARD 100 series.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.29 $"
+#ident "GENERIC-$Revision: 1.30 $"
maxusers 32
@@ -13,7 +13,7 @@
options NOFPU # No FPU
options FPEMUL # emulate FPU insn
#options CONSPEED=115200 # YAMON default
-options HZ=512 # for profiling
+#options HZ=512 # for profiling
options MEMSIZE="(16*1024*1024)"
#options LOCKDEBUG
diff -r 6a9221a1395d -r 871e0f1686e8 sys/arch/evbmips/conf/ADM5120-USB
--- a/sys/arch/evbmips/conf/ADM5120-USB Mon Feb 08 00:35:25 2021 +0000
+++ b/sys/arch/evbmips/conf/ADM5120-USB Mon Feb 08 00:47:53 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ADM5120-USB,v 1.31 2021/02/08 00:35:25 simonb Exp $
+# $NetBSD: ADM5120-USB,v 1.32 2021/02/08 00:47:53 simonb Exp $
#
# Kernel config for the ADM5120 based boards and routers,
# including the RouterBOARD 100 series.
include "arch/evbmips/conf/std.adm5120"
-#ident "GENERIC-$Revision: 1.31 $"
+#ident "GENERIC-$Revision: 1.32 $"
maxusers 32
@@ -13,7 +13,7 @@
options NOFPU # No FPU
options FPEMUL # emulate FPU insn
options CONSPEED=115200 # YAMON default
-options HZ=512 # for profiling
+#options HZ=512 # for profiling
#options LOCKDEBUG
options SOSEND_COUNTERS
diff -r 6a9221a1395d -r 871e0f1686e8 sys/arch/evbmips/conf/ALCHEMY
--- a/sys/arch/evbmips/conf/ALCHEMY Mon Feb 08 00:35:25 2021 +0000
+++ b/sys/arch/evbmips/conf/ALCHEMY Mon Feb 08 00:47:53 2021 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.70 2020/09/27 13:48:50 roy Exp $
+# $NetBSD: ALCHEMY,v 1.71 2021/02/08 00:47:53 simonb Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.70 $"
+#ident "ALCHEMY-$Revision: 1.71 $"
maxusers 32
@@ -13,7 +13,7 @@
options NOFPU # No FPU
options FPEMUL # emulate FPU insn
#options CONSPEED=115200 # YAMON default
-options HZ=512 # for profiling
+#options HZ=512 # for profiling
# CPU support
options ALCHEMY_AU1000
diff -r 6a9221a1395d -r 871e0f1686e8 sys/arch/evbmips/conf/MIPSSIM
--- a/sys/arch/evbmips/conf/MIPSSIM Mon Feb 08 00:35:25 2021 +0000
+++ b/sys/arch/evbmips/conf/MIPSSIM Mon Feb 08 00:47:53 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: MIPSSIM,v 1.1 2021/01/27 05:24:16 simonb Exp $
+# $NetBSD: MIPSSIM,v 1.2 2021/02/08 00:47:53 simonb Exp $
#
# Kernel config for the QEMU MIPS "mipssim" simulator
include "arch/evbmips/conf/std.mipssim"
-#ident "GENERIC-$Revision: 1.1 $"
+#ident "GENERIC-$Revision: 1.2 $"
maxusers 32
@@ -12,7 +12,7 @@
options MIPS32R2
options NOFPU # No FPU
options FPEMUL # emulate FPU insn
-options HZ=512 # for profiling
+#options HZ=512 # for profiling
#options LOCKDEBUG
options SOSEND_COUNTERS
Home |
Main Index |
Thread Index |
Old Index