From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756232Ab1CBM1d (ORCPT ); Wed, 2 Mar 2011 07:27:33 -0500 Received: from casper.infradead.org ([85.118.1.10]:42180 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750956Ab1CBM1c (ORCPT ); Wed, 2 Mar 2011 07:27:32 -0500 Subject: Re: [PATCH v2 1/4] perf-events: Add support for supplementary event registers From: Peter Zijlstra To: Stephane Eranian Cc: Lin Ming , Ingo Molnar , Andi Kleen , linux-kernel In-Reply-To: References: <1298998076.2170.62.camel@localhost> <1299026246.4937.99.camel@minggr.sh.intel.com> <1299062041.1310.3.camel@laptop> Content-Type: text/plain; charset="UTF-8" Date: Wed, 02 Mar 2011 13:29:03 +0100 Message-ID: <1299068943.1310.13.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2011-03-02 at 13:07 +0100, Stephane Eranian wrote: > > I initially put config and config0 in a union, but that made compilation > > fail and fixing that up vs the benefit of actually having a config0, > > which seemed near 0, led me to drop that part. Forgot to update the > > comment though ;-) > > > Ok, but that's not committed yet, isn't it? No I dropped all of that when you spotted a problem with the series.