From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754175AbZDGJdt (ORCPT ); Tue, 7 Apr 2009 05:33:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751521AbZDGJdj (ORCPT ); Tue, 7 Apr 2009 05:33:39 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:50435 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751287AbZDGJdj (ORCPT ); Tue, 7 Apr 2009 05:33:39 -0400 Date: Tue, 7 Apr 2009 11:33:31 +0200 From: Ingo Molnar To: Peter Zijlstra Cc: Paul Mackerras , Corey Ashford , linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/15] various perf counter bits Message-ID: <20090407093331.GA3474@elte.hu> References: <20090406094458.977814421@chello.nl> <20090407092108.GA17301@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090407092108.GA17301@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Ingo Molnar wrote: > Looks good so i've applied it, but got this build-failure on 32-bit: > > kernel/perf_counter.c:2345: error: implicit declaration of function atomic64_xchg > > atomic64_xchg() is not implemented yet on the 32-bit side. ok, implemented it. Ingo