ftrace: add have dynamic ftrace config for archs
authorSteven Rostedt <rostedt@goodmis.org>
Sat, 17 May 2008 04:01:36 +0000 (00:01 -0400)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 May 2008 20:49:18 +0000 (22:49 +0200)
commit677aa9f77e8de3791b481a0cec6c8b84d1eec626
tree4a3cdc6b1653231af31f045dcbaebb806a04d78d
parent7fa09f24b477ad41b821713eba757b3aa7a2864a
ftrace: add have dynamic ftrace config for archs

Now that ftrace is being ported to other architectures, it has become
apparent that DYNAMIC_FTRACE is dependent on whether or not that
architecture implements dynamic ftrace. FTRACE itself may be ported to
an architecture without porting dynamic ftrace.

This patch adds HAVE_DYNAMIC_FTRACE to allow architectures to port ftrace
without having to also port the dynamic aspect as well.

Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/powerpc/Kconfig
arch/sparc64/Kconfig
arch/x86/Kconfig
kernel/trace/Kconfig