Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755514AbYJXNyw (ORCPT ); Fri, 24 Oct 2008 09:54:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751951AbYJXNyn (ORCPT ); Fri, 24 Oct 2008 09:54:43 -0400 Received: from fk-out-0910.google.com ([209.85.128.186]:23503 "EHLO fk-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751173AbYJXNym (ORCPT ); Fri, 24 Oct 2008 09:54:42 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=M8K+4T20ZtKlzonChMUGrONVPHDbqDK5T+s7yTMfnhxbgDGUci6GT2B0+gWckJGJ+F 6tuHVKIla4DscA7pYerUq24aGHuISO4YKeufOllvnhTona2KvytWWaaT83jUJoQ765Mz vD3Q1PT8NrmfEjmcOu6W9CO6s/RtUoDFlB5LA= Message-ID: Date: Fri, 24 Oct 2008 15:54:40 +0200 From: "=?ISO-8859-1?Q?Fr=E9d=E9ric_Weisbecker?=" To: "Steven Rostedt" Subject: Re: [PATCH] ftrace: handle archs that do not support irqs_disabled_flags Cc: "Ingo Molnar" , "Alexey Dobriyan" , "Geert Uytterhoeven" , "Stephen Rothwell" , linux-next@vger.kernel.org, LKML , "Andrew Morton" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 17 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 -- 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/