Only enable kdtrace hook in the LINT on the architectures that implement it.
This commit is contained in:
parent
a2f18e904a
commit
3fc50687aa
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user