mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Move this to the specific architectures that are supported. #ifdef foo
in sys/pmc.h precludes it from working on !i386, !amd64. When that changes, it can be moved back into conf/NOTES.
This commit is contained in:
parent
d5e3d722df
commit
f13ea502b5
4 changed files with 39 additions and 13 deletions
|
|
@ -54,6 +54,19 @@ cpu HAMMER # aka K8, aka Opteron & Athlon64
|
|||
#
|
||||
#XXX#options PERFMON
|
||||
|
||||
|
||||
#####################################################################
|
||||
# PERFORMANCE MONITORING OPTIONS
|
||||
|
||||
#
|
||||
# The hwpmc driver that allows the use of in-CPU performance monitoring
|
||||
# counters for performance monitoring. The base kernel needs to configured
|
||||
# with the 'options' line, while the hwpmc device can be either compiled
|
||||
# in or loaded as a loadable kernel module.
|
||||
#
|
||||
device hwpmc # Driver (also a loadable module)
|
||||
options HWPMC_HOOKS # Other necessary kernel hooks
|
||||
|
||||
|
||||
#####################################################################
|
||||
# NETWORKING OPTIONS
|
||||
|
|
|
|||
|
|
@ -420,19 +420,6 @@ options REGRESSION
|
|||
#
|
||||
options COMPILING_LINT
|
||||
|
||||
|
||||
#####################################################################
|
||||
# PERFORMANCE MONITORING OPTIONS
|
||||
|
||||
#
|
||||
# The hwpmc driver that allows the use of in-CPU performance monitoring
|
||||
# counters for performance monitoring. The base kernel needs to configured
|
||||
# with the 'options' line, while the hwpmc device can be either compiled
|
||||
# in or loaded as a loadable kernel module.
|
||||
#
|
||||
device hwpmc # Driver (also a loadable module)
|
||||
options HWPMC_HOOKS # Other necessary kernel hooks
|
||||
|
||||
|
||||
#####################################################################
|
||||
# NETWORKING OPTIONS
|
||||
|
|
|
|||
|
|
@ -212,6 +212,19 @@ options NPX_DEBUG # enable npx debugging
|
|||
#
|
||||
options PERFMON
|
||||
|
||||
|
||||
#####################################################################
|
||||
# PERFORMANCE MONITORING OPTIONS
|
||||
|
||||
#
|
||||
# The hwpmc driver that allows the use of in-CPU performance monitoring
|
||||
# counters for performance monitoring. The base kernel needs to configured
|
||||
# with the 'options' line, while the hwpmc device can be either compiled
|
||||
# in or loaded as a loadable kernel module.
|
||||
#
|
||||
device hwpmc # Driver (also a loadable module)
|
||||
options HWPMC_HOOKS # Other necessary kernel hooks
|
||||
|
||||
|
||||
#####################################################################
|
||||
# NETWORKING OPTIONS
|
||||
|
|
|
|||
|
|
@ -175,6 +175,19 @@ options NPX_DEBUG # enable npx debugging
|
|||
#
|
||||
options PERFMON
|
||||
|
||||
|
||||
#####################################################################
|
||||
# PERFORMANCE MONITORING OPTIONS
|
||||
|
||||
#
|
||||
# The hwpmc driver that allows the use of in-CPU performance monitoring
|
||||
# counters for performance monitoring. The base kernel needs to configured
|
||||
# with the 'options' line, while the hwpmc device can be either compiled
|
||||
# in or loaded as a loadable kernel module.
|
||||
#
|
||||
device hwpmc # Driver (also a loadable module)
|
||||
options HWPMC_HOOKS # Other necessary kernel hooks
|
||||
|
||||
|
||||
#####################################################################
|
||||
# NETWORKING OPTIONS
|
||||
|
|
|
|||
Loading…
Reference in a new issue