Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753560AbYJaJ4V (ORCPT ); Fri, 31 Oct 2008 05:56:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752280AbYJaJ4J (ORCPT ); Fri, 31 Oct 2008 05:56:09 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:59915 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751035AbYJaJ4H (ORCPT ); Fri, 31 Oct 2008 05:56:07 -0400 Date: Fri, 31 Oct 2008 10:55:44 +0100 From: Ingo Molnar To: Geert Uytterhoeven Cc: Alexey Dobriyan , Frederic Weisbecker , Stephen Rothwell , linux-next@vger.kernel.org, Linux Kernel Development , Steven Rostedt , Linux/m68k Subject: Re: [PATCH] tracing: fix a build error on alpha and m68k Message-ID: <20081031095544.GI30317@elte.hu> References: <49008D12.5090204@gmail.com> <4900B414.7090002@gmail.com> <20081023163433.GA3160@x200.localdomain> <20081030214910.GA14679@x200.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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,DNS_FROM_SECURITYSAGE autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] 0.0 DNS_FROM_SECURITYSAGE RBL: Envelope sender in blackholes.securitysage.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1268 Lines: 32 * Geert Uytterhoeven wrote: > On Fri, 31 Oct 2008, Alexey Dobriyan wrote: > > On Thu, Oct 23, 2008 at 08:34:33PM +0400, Alexey Dobriyan wrote: > > > On Thu, Oct 23, 2008 at 07:27:48PM +0200, Frederic Weisbecker wrote: > > > > When tracing is enabled, some arch have included > > > > on their but others like alpha or m68k don't. > > > > > > > > Build error on alpha: > > > > > > > > kernel/trace/trace.c: In function 'tracing_generic_entry_update': > > > > kernel/trace/trace.c:658: error: implicit declaration of function 'irqs_disabled_flags' > > > > FYI, this error still exists in mainline (7f82f000ed030d1108b4de47d9e2d556092980c6). > > Now it hit mainline (I can't be bothered to develop _new_ code to > fix things in -next ;-), I'm implementing irqs_disabled_flags() for > m68k. Stay tuned... this (now mainline) commit should have fixed it: 9244489: ftrace: handle archs that do not support irqs_disabled_flags can you still see problems? Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/