From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757228AbYEPNCq (ORCPT ); Fri, 16 May 2008 09:02:46 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753305AbYEPNCi (ORCPT ); Fri, 16 May 2008 09:02:38 -0400 Received: from hrndva-omtalb.mail.rr.com ([71.74.56.123]:55782 "EHLO hrndva-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752131AbYEPNCi (ORCPT ); Fri, 16 May 2008 09:02:38 -0400 Date: Fri, 16 May 2008 09:02:37 -0400 From: Steven Rostedt To: Sebastian Siewior Cc: Ingo Molnar , Greg Ungerer , uclinux-dev@uclinux.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] m68knommu: add FTRACE support Message-ID: <20080516130237.GB8100@goodmis.org> References: <1210697565-3106-1-git-send-email-bigeasy@linutronix.de> <1210697565-3106-2-git-send-email-bigeasy@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1210697565-3106-2-git-send-email-bigeasy@linutronix.de> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 13, 2008 at 06:52:43PM +0200, Sebastian Siewior wrote: > > config DYNAMIC_FTRACE > bool "enable/disable ftrace tracepoints dynamically" > - depends on FTRACE > + depends on FTRACE && !COLDFIRE I think we really need to add a HAVE_DYNAMIC_FTRACE config for archs to say that this is supported. Otherwise I imagine that we'll have a list of archs here. I'll write up a patch today. -- Steve > default y > help > This option will modify all the calls to ftrace dynamically