Module Name:    src
Committed By:   sevan
Date:           Thu Mar 30 17:17:41 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: BEAGLEBONE

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/evbarm/conf/BEAGLEBONE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/BEAGLEBONE
diff -u src/sys/arch/evbarm/conf/BEAGLEBONE:1.39 src/sys/arch/evbarm/conf/BEAGLEBONE:1.40
--- src/sys/arch/evbarm/conf/BEAGLEBONE:1.39	Wed Mar 22 22:53:06 2017
+++ src/sys/arch/evbarm/conf/BEAGLEBONE	Thu Mar 30 17:17:41 2017
@@ -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 	KTRACE		# system call tracing, 
 #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

Reply via email to