diff options
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | 2014-06-25 17:59:45 +0200 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2014-07-18 19:57:02 +0200 |
commit | fdc841b58cf5268fa349eaf9f74fd9a8c6944a34 (patch) | |
tree | c2a7617a5785be7c3b396c09e1ccf1192b60a6b0 /arch/x86/Kconfig | |
parent | ftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST (diff) | |
download | linux-fdc841b58cf5268fa349eaf9f74fd9a8c6944a34.tar.xz linux-fdc841b58cf5268fa349eaf9f74fd9a8c6944a34.zip |
ftrace: x86: 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.
Link: http://lkml.kernel.org/r/53C54D32.6000000@zytor.com
Acked-by: H. Peter Anvin <hpa@linux.intel.com>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index a8f749ef0fdc..5b45e8fccaca 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -54,7 +54,6 @@ config X86 select HAVE_FUNCTION_TRACER select HAVE_FUNCTION_GRAPH_TRACER select HAVE_FUNCTION_GRAPH_FP_TEST - select HAVE_FUNCTION_TRACE_MCOUNT_TEST select HAVE_SYSCALL_TRACEPOINTS select SYSCTL_EXCEPTION_TRACE select HAVE_KVM |