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

This commit is contained in:
kib 2010-06-18 18:51:09 +00:00
parent a2f18e904a
commit 3fc50687aa
3 changed files with 12 additions and 6 deletions

View File

@ -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:

View File

@ -371,12 +371,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

View File

@ -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: