mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145307
@ -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 New Issue
Block a user