Date: Tue, 3 Aug 2010 16:37:30 +0000 (UTC) From: Fabien Thomas <fabient@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org Subject: svn commit: r210822 - stable/7/sys/sys Message-ID: <201008031637.o73GbUXT000612@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008031637.o73GbUXT000612>