From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Zijlstra Subject: Re: [PATCH v2] perf/x86: Fix HO/GO counting with SVM disabled Date: Wed, 29 Feb 2012 18:24:31 +0100 Message-ID: <1330536271.11248.160.camel@twins> References: <1330444544-15665-1-git-send-email-joerg.roedel@amd.com> <1330523852-19566-1-git-send-email-joerg.roedel@amd.com> <4F4E5999.6080600@redhat.com> <20120229170536.GE10684@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Cc: Avi Kivity , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, joro@8bytes.org, Ingo Molnar , Stephane Eranian , David Ahern , Gleb Natapov , Robert Richter To: Joerg Roedel Return-path: In-Reply-To: <20120229170536.GE10684@amd.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Wed, 2012-02-29 at 18:05 +0100, Joerg Roedel wrote: > Once northbridge counters are implemented for Fam15h this check can go > away again. Nope, northbridge on fam15 is completely disjoint from the regular pmu and should thus be a separate driver. The only reason the old amd driver has them both is because how they shared the registers so there is a shared resource to manage.