Module Name:    src
Committed By:   wiz
Date:           Thu Sep 18 14:58:22 UTC 2014

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

Log Message:
Add commented out KDTRACE_HOOKS line.


To generate a diff of this commit:
cvs rdiff -u -r1.396 -r1.397 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1111 -r1.1112 src/sys/arch/i386/conf/GENERIC

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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.396 src/sys/arch/amd64/conf/GENERIC:1.397
--- src/sys/arch/amd64/conf/GENERIC:1.396	Sun Aug 24 07:59:22 2014
+++ src/sys/arch/amd64/conf/GENERIC	Thu Sep 18 14:58:22 2014
@@ -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 @@ include	"arch/amd64/conf/std.amd64"
 
 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 	DDB_HISTORY_SIZE=512	# enable h
 #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,

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1111 src/sys/arch/i386/conf/GENERIC:1.1112
--- src/sys/arch/i386/conf/GENERIC:1.1111	Sun Aug 24 07:59:22 2014
+++ src/sys/arch/i386/conf/GENERIC	Thu Sep 18 14:58:21 2014
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 	DDB_HISTORY_SIZE=512	# enable h
 #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

Reply via email to