From owner-svn-src-stable-10@FreeBSD.ORG Fri Mar 27 00:12:48 2015 Return-Path: Delivered-To: svn-src-stable-10@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1842AE21; Fri, 27 Mar 2015 00:12:48 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E1564100; Fri, 27 Mar 2015 00:12:47 +0000 (UTC) Received: from [192.168.1.73] (75-48-79-118.lightspeed.cncrca.sbcglobal.net [75.48.79.118]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id B4739B913; Thu, 26 Mar 2015 20:12:45 -0400 (EDT) Message-ID: <5514A07B.70302@FreeBSD.org> Date: Thu, 26 Mar 2015 17:12:43 -0700 From: John Baldwin User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Randall Stewart , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: Re: svn commit: r280455 - in stable/10: lib/libpmc sys/amd64/conf sys/dev/hwpmc sys/sys usr.sbin usr.sbin/pmcstudy References: <201503242000.t2OK0Cbg065573@svn.freebsd.org> In-Reply-To: <201503242000.t2OK0Cbg065573@svn.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 26 Mar 2015 20:12:46 -0400 (EDT) X-BeenThere: svn-src-stable-10@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for only the 10-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Mar 2015 00:12:48 -0000 On 3/24/15 1:00 PM, Randall Stewart wrote: > Author: rrs > Date: Tue Mar 24 20:00:11 2015 > New Revision: 280455 > URL: https://svnweb.freebsd.org/changeset/base/280455 > > Log: > MFC of r277177 and r279894 with the fixes for the PMC for Haswell. > > Sponsored by: Netflix Inc. > > Added: > stable/10/usr.sbin/pmcstudy/ > - copied from r277177, head/usr.sbin/pmcstudy/ > Modified: > stable/10/lib/libpmc/libpmc.c > stable/10/sys/amd64/conf/GENERIC The change to GENERIC looks like it slipped in by accident? Neither of the commits to HEAD enabled hwpmc in GENERIC AFAICT. -- John Baldwin