svn commit: r209196 - head/sys/sys

Fabien Thomas fabient at FreeBSD.org
Tue Jun 15 09:12:32 UTC 2010


Author: fabient
Date: Tue Jun 15 09:12:31 2010
New Revision: 209196
URL: http://svn.freebsd.org/changeset/base/209196

Log:
  Set the comment at the right place for PMC uncore classes.
  
  Submitted by: rstone
  MFC after: 1 month

Modified:
  head/sys/sys/pmc.h

Modified: head/sys/sys/pmc.h
==============================================================================
--- head/sys/sys/pmc.h	Tue Jun 15 08:58:16 2010	(r209195)
+++ head/sys/sys/pmc.h	Tue Jun 15 09:12:31 2010	(r209196)
@@ -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 {


More information about the svn-src-head mailing list