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/6157b1b5d00f
branches:  trunk
changeset: 822655:6157b1b5d00f
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 cdf65567da52 -r 6157b1b5d00f 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