diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-31 16:20:36 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-31 16:20:36 +0900 |
commit | 694f94f263bee30ada18bab178b98a0d10917e68 (patch) | |
tree | 3f5a210a77dba2c138db918bbff52e65b172f2a3 /arch/sh/Kconfig | |
parent | 0803d540db06f53acd2fabf1347d5b665218f14a (diff) |
sh: FTRACE renamed to FUNCTION_TRACER.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index cb2c87df70c..80119b3398e 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -24,7 +24,7 @@ config SUPERH32 select HAVE_KPROBES select HAVE_KRETPROBES select HAVE_ARCH_TRACEHOOK - select HAVE_FTRACE + select HAVE_FUNCTION_TRACER config SUPERH64 def_bool y if CPU_SH5 |