From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id BCA23B726B for ; Thu, 18 Jun 2009 19:04:28 +1000 (EST) Received: from mx2.mail.elte.hu (mx2.mail.elte.hu [157.181.151.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 55357DDD1B for ; Thu, 18 Jun 2009 19:04:27 +1000 (EST) Date: Thu, 18 Jun 2009 11:04:14 +0200 From: Ingo Molnar To: Paul Mackerras Subject: Re: [PATCH 1/6] perf_counter: powerpc: Enable use of software counters on 32-bit powerpc Message-ID: <20090618090414.GA21191@elte.hu> References: <19000.55404.103840.393470@cargo.ozlabs.ibm.com> <20090617142151.GB6846@elte.hu> <19001.31734.428534.890844@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <19001.31734.428534.890844@cargo.ozlabs.ibm.com> Cc: linuxppc-dev@ozlabs.org, Peter Zijlstra , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , * Paul Mackerras wrote: > Ingo Molnar writes: > > > Note, i've created a new branch, tip:perfcounters/powerpc, so we can > > keep these things separate and Ben can pull them too. I see there > > was some review feedback - do you want to send a v2 version perhaps? > > Kumar's comments seemed to me to be wanting changes to accommodate > code that doesn't exist yet, so I think those changes should be > done later when that code exists and we know exactly what is > needed. So the current patches are fine as-is IMO. ok - will queue them up. Ingo