diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-06-25 12:40:30 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-07-18 13:58:09 -0400 |
commit | ad515ea2882ee3af1a180d827bfdb5767e0a9455 (patch) | |
tree | eef6dd8316ce80bfe6348b30459fa260424c3c16 /arch/metag/Kconfig | |
parent | 8c39a514eeaed80d56f9006b560251892d3a3a9f (diff) | |
download | blackbird-op-linux-ad515ea2882ee3af1a180d827bfdb5767e0a9455.tar.gz blackbird-op-linux-ad515ea2882ee3af1a180d827bfdb5767e0a9455.zip |
metag: 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.
Acked-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/metag/Kconfig')
-rw-r--r-- | arch/metag/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/metag/Kconfig b/arch/metag/Kconfig index 499b7610eaaf..0b389a81c43a 100644 --- a/arch/metag/Kconfig +++ b/arch/metag/Kconfig @@ -13,7 +13,6 @@ config METAG select HAVE_DYNAMIC_FTRACE select HAVE_FTRACE_MCOUNT_RECORD select HAVE_FUNCTION_TRACER - select HAVE_FUNCTION_TRACE_MCOUNT_TEST select HAVE_KERNEL_BZIP2 select HAVE_KERNEL_GZIP select HAVE_KERNEL_LZO |