Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Enable PMCs by default.
details: https://anonhg.NetBSD.org/src/rev/15ea367e1212
branches: trunk
changeset: 355091:15ea367e1212
user: maxv <maxv%NetBSD.org@localhost>
date: Wed Jul 12 17:40:33 2017 +0000
description:
Enable PMCs by default.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 0b222fff1223 -r 15ea367e1212 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Wed Jul 12 17:38:15 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC Wed Jul 12 17:40:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.459 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: GENERIC,v 1.460 2017/07/12 17:40:33 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.459 $"
+#ident "GENERIC-$Revision: 1.460 $"
maxusers 64 # estimated number of users
@@ -81,7 +81,7 @@
powernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI)
vmt0 at cpu0 # VMware Tools
-#options PMC # performance-monitoring counters support
+options PMC # performance-monitoring counters support
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
diff -r 0b222fff1223 -r 15ea367e1212 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Wed Jul 12 17:38:15 2017 +0000
+++ b/sys/arch/i386/conf/GENERIC Wed Jul 12 17:40:33 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1156 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: GENERIC,v 1.1157 2017/07/12 17:40:34 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1156 $"
+#ident "GENERIC-$Revision: 1.1157 $"
maxusers 64 # estimated number of users
@@ -42,7 +42,7 @@
vmt0 at cpu0 # VMware Tools
options MTRR # memory-type range register syscall support
-#options PMC # performance-monitoring counters support
+options PMC # performance-monitoring counters support
options MULTIBOOT # Multiboot support (see multiboot(8))
Home |
Main Index |
Thread Index |
Old Index