svn commit: r210821 - stable/8/sys/sys

Fabien Thomas fabient at FreeBSD.org
Tue Aug 3 16:35:13 UTC 2010


Author: fabient
Date: Tue Aug  3 16:35:12 2010
New Revision: 210821
URL: http://svn.freebsd.org/changeset/base/210821

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

Modified:
  stable/8/sys/sys/pmc.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/sys/pmc.h
==============================================================================
--- stable/8/sys/sys/pmc.h	Tue Aug  3 16:31:18 2010	(r210820)
+++ stable/8/sys/sys/pmc.h	Tue Aug  3 16:35:12 2010	(r210821)
@@ -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