diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-06-25 18:27:42 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-07-18 19:57:04 +0200 |
commit | 41dc27e3b9bd41b900f5aea06f86669e54a2cdd6 (patch) | |
tree | 42d2372261c7130afd95411b0d05f52b237267df /arch/sh/Kconfig | |
parent | sparc64,ftrace: Remove check of obsolete variable function_trace_stop (diff) | |
download | linux-41dc27e3b9bd41b900f5aea06f86669e54a2cdd6.tar.xz linux-41dc27e3b9bd41b900f5aea06f86669e54a2cdd6.zip |
sh: ftrace: Remove check of obsolete variable function_trace_stop
Nothing sets function_trace_stop to disable function tracing anymore.
Remove the check for it in the arch code.
[ Please test this on your arch ]
Cc: Matt Fleming <matt@console-pimps.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 834b67c4db5a..aa2df3eaeb29 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -57,7 +57,6 @@ config SUPERH32 select HAVE_FUNCTION_TRACER select HAVE_FTRACE_MCOUNT_RECORD select HAVE_DYNAMIC_FTRACE - select HAVE_FUNCTION_TRACE_MCOUNT_TEST select HAVE_FTRACE_NMI_ENTER if DYNAMIC_FTRACE select ARCH_WANT_IPC_PARSE_VERSION select HAVE_FUNCTION_GRAPH_TRACER |