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 7F7AFB7236 for ; Wed, 17 Jun 2009 22:04:31 +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 0EED5DDDA2 for ; Wed, 17 Jun 2009 22:04:30 +1000 (EST) Date: Wed, 17 Jun 2009 14:04:17 +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: <20090617120417.GA26454@elte.hu> References: <19000.55404.103840.393470@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <19000.55404.103840.393470@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: > This depends on the generic atomic64_t patches, which are now in > Linus' tree. Ingo, if you're putting these in, please pull Linus' > tree in first. yes, i already did that earlier today - so all should be fine with the lib/atomic64.c dependency. Ingo