svn commit: r210822 - stable/7/sys/sys

Fabien Thomas fabient at FreeBSD.org
Tue Aug 3 16:37:30 UTC 2010


Author: fabient
Date: Tue Aug  3 16:37:29 2010
New Revision: 210822
URL: http://svn.freebsd.org/changeset/base/210822

Log:
  MFC r209196:
  Set the comment at the right place for PMC uncore classes.

Modified:
  stable/7/sys/sys/pmc.h
Directory Properties:
  stable/7/sys/   (props changed)
  stable/7/sys/cddl/contrib/opensolaris/   (props changed)
  stable/7/sys/contrib/dev/acpica/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)

Modified: stable/7/sys/sys/pmc.h
==============================================================================
--- stable/7/sys/sys/pmc.h	Tue Aug  3 16:35:12 2010	(r210821)
+++ stable/7/sys/sys/pmc.h	Tue Aug  3 16:37:29 2010	(r210822)
@@ -109,8 +109,8 @@ enum pmc_cputype {
 	__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(UCF)	/* Intel Uncore fixed function */	\
+	__PMC_CLASS(UCP)	/* Intel Uncore programmable */
 
 enum pmc_class {
 #undef  __PMC_CLASS


More information about the svn-src-all mailing list