Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add commented out KDTRACE_HOOKS line.
details: https://anonhg.NetBSD.org/src/rev/af5ed8c70d94
branches: trunk
changeset: 802505:af5ed8c70d94
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Sep 18 14:58:21 2014 +0000
description:
Add commented out KDTRACE_HOOKS line.
diffstat:
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/evbarm/conf/BEAGLEBONE | 3 ++-
sys/arch/evbarm/conf/SHEEVAPLUG | 3 ++-
sys/arch/i386/conf/GENERIC | 5 +++--
4 files changed, 10 insertions(+), 6 deletions(-)
diffs (87 lines):
diff -r a5b8513bd139 -r af5ed8c70d94 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Thu Sep 18 13:58:20 2014 +0000
+++ b/sys/arch/amd64/conf/GENERIC Thu Sep 18 14:58:21 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.396 2014/08/24 07:59:22 jnemeth Exp $
+# $NetBSD: GENERIC,v 1.397 2014/09/18 14:58:22 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.396 $"
+#ident "GENERIC-$Revision: 1.397 $"
maxusers 64 # estimated number of users
@@ -108,6 +108,7 @@
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
+#options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
options COMPAT_15 # NetBSD 1.5,
diff -r a5b8513bd139 -r af5ed8c70d94 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE Thu Sep 18 13:58:20 2014 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE Thu Sep 18 14:58:21 2014 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.27 2014/08/23 20:26:57 dholland Exp $
+# $NetBSD: BEAGLEBONE,v 1.28 2014/09/18 15:00:08 wiz Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -130,6 +130,7 @@
#options PERFCTRS # performance counters
options DIAGNOSTIC # internal consistency checks
options DEBUG
+#options KDTRACE_HOOKS # kernel DTrace hooks
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
#options VERBOSE_INIT_ARM # verbose bootstraping messages
diff -r a5b8513bd139 -r af5ed8c70d94 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Thu Sep 18 13:58:20 2014 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Thu Sep 18 14:58:21 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SHEEVAPLUG,v 1.43 2014/08/23 20:26:57 dholland Exp $
+# $NetBSD: SHEEVAPLUG,v 1.44 2014/09/18 15:00:08 wiz Exp $
#
# This configuration supports for generically Marvell SheevaPlug
#
@@ -157,6 +157,7 @@
#options PERFCTRS # performance counters
options DIAGNOSTIC # internal consistency checks
options DEBUG
+#options KDTRACE_HOOKS # kernel DTrace hooks
#options LOCKDEBUG
#options PMAP_DEBUG # Enable pmap_debug_level code
#options VERBOSE_INIT_ARM # verbose bootstraping messages
diff -r a5b8513bd139 -r af5ed8c70d94 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Thu Sep 18 13:58:20 2014 +0000
+++ b/sys/arch/i386/conf/GENERIC Thu Sep 18 14:58:21 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1111 2014/08/24 07:59:22 jnemeth Exp $
+# $NetBSD: GENERIC,v 1.1112 2014/09/18 14:58:21 wiz Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1111 $"
+#ident "GENERIC-$Revision: 1.1112 $"
maxusers 64 # estimated number of users
@@ -123,6 +123,7 @@
#options SYSCALL_STATS # per syscall counts
#options SYSCALL_TIMES # per syscall times
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
+#options KDTRACE_HOOKS # kernel DTrace hooks
# Compatibility options
options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
Home |
Main Index |
Thread Index |
Old Index