svn commit: r209313 - in head/sys: amd64/conf conf i386/conf

Konstantin Belousov kib at FreeBSD.org
Fri Jun 18 18:51:10 UTC 2010


Author: kib
Date: Fri Jun 18 18:51:09 2010
New Revision: 209313
URL: http://svn.freebsd.org/changeset/base/209313

Log:
  Only enable kdtrace hook in the LINT on the architectures that implement it.

Modified:
  head/sys/amd64/conf/NOTES
  head/sys/conf/NOTES
  head/sys/i386/conf/NOTES

Modified: head/sys/amd64/conf/NOTES
==============================================================================
--- head/sys/amd64/conf/NOTES	Fri Jun 18 18:18:03 2010	(r209312)
+++ head/sys/amd64/conf/NOTES	Fri Jun 18 18:51:09 2010	(r209313)
@@ -11,6 +11,12 @@
 # We want LINT to cover profiling as well.
 profile         2
 
+#
+# Enable the kernel DTrace hooks which are required to load the DTrace
+# kernel modules.
+#
+options 	KDTRACE_HOOKS
+
 
 #####################################################################
 # SMP OPTIONS:

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Jun 18 18:18:03 2010	(r209312)
+++ head/sys/conf/NOTES	Fri Jun 18 18:51:09 2010	(r209313)
@@ -372,12 +372,6 @@ options 	DDB_NUMSYM
 options 	GDB
 
 #
-# Enable the kernel DTrace hooks which are required to load the DTrace
-# kernel modules.
-#
-options 	KDTRACE_HOOKS
-
-#
 # SYSCTL_DEBUG enables a 'sysctl' debug tree that can be used to dump the
 # contents of the registered sysctl nodes on the console.  It is disabled by
 # default because it generates excessively verbose console output that can

Modified: head/sys/i386/conf/NOTES
==============================================================================
--- head/sys/i386/conf/NOTES	Fri Jun 18 18:18:03 2010	(r209312)
+++ head/sys/i386/conf/NOTES	Fri Jun 18 18:51:09 2010	(r209313)
@@ -11,6 +11,12 @@
 # We want LINT to cover profiling as well.
 profile         2
 
+#
+# Enable the kernel DTrace hooks which are required to load the DTrace
+# kernel modules.
+#
+options 	KDTRACE_HOOKS
+
 
 #####################################################################
 # SMP OPTIONS:


More information about the svn-src-all mailing list