Date: Fri, 18 Jun 2010 18:51:09 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r209313 - in head/sys: amd64/conf conf i386/conf Message-ID: <201006181851.o5IIp99D041862@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006181851.o5IIp99D041862>