summaryrefslogtreecommitdiffstats
path: root/sys/sys/pmc.h
diff options
context:
space:
mode:
authorfabient <fabient@FreeBSD.org>2010-06-15 09:12:31 +0000
committerfabient <fabient@FreeBSD.org>2010-06-15 09:12:31 +0000
commit9a634cb0eb0c362920f5c393e91e379ca8e8e32a (patch)
tree53bb57a2239532e7aa34810f9aca46fe89b1ae37 /sys/sys/pmc.h
parent4a94306572e503b72149369851e81ce3b7903379 (diff)
downloadFreeBSD-src-9a634cb0eb0c362920f5c393e91e379ca8e8e32a.zip
FreeBSD-src-9a634cb0eb0c362920f5c393e91e379ca8e8e32a.tar.gz
Set the comment at the right place for PMC uncore classes.
Submitted by: rstone MFC after: 1 month
Diffstat (limited to 'sys/sys/pmc.h')
-rw-r--r--sys/sys/pmc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/sys/pmc.h b/sys/sys/pmc.h
index 6db8d4e1..bcc2898 100644
--- a/sys/sys/pmc.h
+++ b/sys/sys/pmc.h
@@ -110,10 +110,10 @@ enum pmc_cputype {
__PMC_CLASS(P6) /* Intel Pentium Pro counters */ \
__PMC_CLASS(P4) /* Intel Pentium-IV counters */ \
__PMC_CLASS(IAF) /* Intel Core2/Atom, fixed function */ \
- __PMC_CLASS(IAP) /* Intel Core...Atom, programmable */ \
- __PMC_CLASS(UCF) /* Intel Uncore programmable */ \
- __PMC_CLASS(UCP) /* Intel Uncore fixed function */ \
- __PMC_CLASS(XSCALE) /* Intel XScale counters */ \
+ __PMC_CLASS(IAP) /* Intel Core...Atom, programmable */ \
+ __PMC_CLASS(UCF) /* Intel Uncore fixed function */ \
+ __PMC_CLASS(UCP) /* Intel Uncore programmable */ \
+ __PMC_CLASS(XSCALE) /* Intel XScale counters */ \
__PMC_CLASS(MIPS24K) /* MIPS 24K */
enum pmc_class {
OpenPOWER on IntegriCloud