aboutsummaryrefslogtreecommitdiff
path: root/lib/libpmc/Makefile
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2013-03-28 19:15:54 +0000
committerSean Bruno <sbruno@FreeBSD.org>2013-03-28 19:15:54 +0000
commitcc0c1555d33408da5a593e333c26505b7cf9b806 (patch)
tree351e7dcf0aa973bc009a7338efdd38e91f7bf291 /lib/libpmc/Makefile
parent721bee8fcca09d16ec131040bab0e253109b49e8 (diff)
downloadsrc-cc0c1555d33408da5a593e333c26505b7cf9b806.tar.gz
src-cc0c1555d33408da5a593e333c26505b7cf9b806.zip
Update hwpmc to support Haswell class processors.
0x3C: /* Per Intel document 325462-045US 01/2013. */ Add manpage to document all the goodness that is available in this processor model. Submitted by: hiren panchasara <hiren.panchasara@gmail.com> Reviewed by: jimharris, sbruno Obtained from: Yahoo! Inc. MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=248842
Diffstat (limited to 'lib/libpmc/Makefile')
-rw-r--r--lib/libpmc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile
index c15d38aa1d08..dde87bb3ab6b 100644
--- a/lib/libpmc/Makefile
+++ b/lib/libpmc/Makefile
@@ -27,6 +27,8 @@ MAN+= pmc.soft.3
MAN+= pmc.atom.3
MAN+= pmc.core.3
MAN+= pmc.core2.3
+MAN+= pmc.haswell.3
+MAN+= pmc.haswelluc.3
MAN+= pmc.iaf.3
MAN+= pmc.ivybridge.3
MAN+= pmc.ivybridgexeon.3