summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-07-07 22:55:11 +0000
committerdelphij <delphij@FreeBSD.org>2008-07-07 22:55:11 +0000
commitcb283fcdf7c2e4feedf0511008f871d15d31066e (patch)
tree6339083e24ce81e01cfed9431f38d2a1ba729c5c /sys/amd64/conf
parentf93b85c0df19ba2ac2d9d9b9199172efde9adb3e (diff)
downloadFreeBSD-src-cb283fcdf7c2e4feedf0511008f871d15d31066e.zip
FreeBSD-src-cb283fcdf7c2e4feedf0511008f871d15d31066e.tar.gz
Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out
of the box.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index dc8322b..7ed3ad1 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -64,6 +64,7 @@ options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing
+options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
# Debugging for use in -current
options KDB # Enable kernel debugger support.
OpenPOWER on IntegriCloud