From owner-svn-src-stable-8@FreeBSD.ORG Tue Aug 3 16:35:12 2010 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D93B31065674; Tue, 3 Aug 2010 16:35:12 +0000 (UTC) (envelope-from fabient@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C61F18FC1A; Tue, 3 Aug 2010 16:35:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o73GZC6d099961; Tue, 3 Aug 2010 16:35:12 GMT (envelope-from fabient@svn.freebsd.org) Received: (from fabient@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o73GZCoS099959; Tue, 3 Aug 2010 16:35:12 GMT (envelope-from fabient@svn.freebsd.org) Message-Id: <201008031635.o73GZCoS099959@svn.freebsd.org> From: Fabien Thomas Date: Tue, 3 Aug 2010 16:35:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r210821 - stable/8/sys/sys X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 16:35:13 -0000 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