From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?ISO-8859-1?Q?Fr=E9d=E9ric_Weisbecker?=" Subject: Re: [PATCH] ftrace: handle archs that do not support irqs_disabled_flags Date: Fri, 24 Oct 2008 15:54:40 +0200 Message-ID: References: <20081023213637.eff9b414.sfr@canb.auug.org.au> <49008D12.5090204@gmail.com> <4900B414.7090002@gmail.com> <20081023163433.GA3160@x200.localdomain> <20081023163850.GB16591@elte.hu> <4901D8CD.7000405@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from fg-out-1718.google.com ([72.14.220.157]:6401 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751040AbYJXNym (ORCPT ); Fri, 24 Oct 2008 09:54:42 -0400 Received: by fg-out-1718.google.com with SMTP id 19so977834fgg.17 for ; Fri, 24 Oct 2008 06:54:40 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-next-owner@vger.kernel.org List-ID: To: Steven Rostedt Cc: Ingo Molnar , Alexey Dobriyan , Geert Uytterhoeven , Stephen Rothwell , linux-next@vger.kernel.org, LKML , Andrew Morton 2008/10/24 Steven Rostedt : > This patch adds a 'X' in the output to let the user know that the > architecture they are running on does not support a way for the tracer > to determine if interrupts were enabled or disabled. It also lets those > same archs compile with tracing enabled. That's almost exactly what I thought to repair the warning caused by those FLAG_IRQS_NOSUPPORT archs :) So we have now all the three patches that correct the warning reported by Alexey in Linux-next: http://lkml.org/lkml/2008/10/23/145