summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-19 22:16:46 +0000
committerimp <imp@FreeBSD.org>2005-04-19 22:16:46 +0000
commit81704678599279d5280af0f72f6414ee51e1c5c7 (patch)
tree0288cf724fed8b8fe0a59a9bda2a7be4f7f00791 /sys
parentbc5273fd8fed8d43eee92b3166ab8270851b11a6 (diff)
downloadFreeBSD-src-81704678599279d5280af0f72f6414ee51e1c5c7.zip
FreeBSD-src-81704678599279d5280af0f72f6414ee51e1c5c7.tar.gz
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.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/NOTES13
-rw-r--r--sys/conf/NOTES13
-rw-r--r--sys/i386/conf/NOTES13
-rw-r--r--sys/pc98/conf/NOTES13
4 files changed, 39 insertions, 13 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index f778012..53df8db 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -56,6 +56,19 @@ cpu HAMMER # aka K8, aka Opteron & Athlon64
#####################################################################
+# 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
#
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2d5ad27..3f2677d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -422,19 +422,6 @@ 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
#
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 3da74fd..d5d334f 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -214,6 +214,19 @@ 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
#
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 1e66b8a..c401c11 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -177,6 +177,19 @@ 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
#
OpenPOWER on IntegriCloud