Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf While KDTRACE_HOOKS is enabled by defau...
details: https://anonhg.NetBSD.org/src/rev/b549a6427df5
branches: trunk
changeset: 352404:b549a6427df5
user: sevan <sevan%NetBSD.org@localhost>
date: Thu Mar 30 17:17:41 2017 +0000
description:
While KDTRACE_HOOKS is enabled by default in GENERIC.common, the BEAGLEBONE
config does not make use of this config file yet.
Revert previous change (r1.39).
diffstat:
sys/arch/evbarm/conf/BEAGLEBONE | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 4db28d5535f0 -r b549a6427df5 sys/arch/evbarm/conf/BEAGLEBONE
--- a/sys/arch/evbarm/conf/BEAGLEBONE Thu Mar 30 16:50:32 2017 +0000
+++ b/sys/arch/evbarm/conf/BEAGLEBONE Thu Mar 30 17:17:41 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: BEAGLEBONE,v 1.39 2017/03/22 22:53:06 sevan Exp $
+# $NetBSD: BEAGLEBONE,v 1.40 2017/03/30 17:17:41 sevan Exp $
#
# BEAGLEBONE -- TI AM335x board Kernel
#
@@ -134,6 +134,7 @@
#options PERFCTRS # performance counters
options DIAGNOSTIC # internal consistency checks
options DEBUG
+options KDTRACE_HOOKS # kernel DTrace hooks
options MODULAR # DTrace is a module (load via modules.conf)
#options PMAP_DEBUG # Enable pmap_debug_level code
#options IPKDB # remote kernel debugging
Home |
Main Index |
Thread Index |
Old Index