summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat)2014-06-25 17:59:45 +0200
committerSteven Rostedt2014-07-18 19:57:02 +0200
commitfdc841b58cf5268fa349eaf9f74fd9a8c6944a34 (patch)
treec2a7617a5785be7c3b396c09e1ccf1192b60a6b0 /arch/x86/Kconfig
parentftrace: Remove check for HAVE_FUNCTION_TRACE_MCOUNT_TEST (diff)
downloadkernel-qcow2-linux-fdc841b58cf5268fa349eaf9f74fd9a8c6944a34.tar.gz
kernel-qcow2-linux-fdc841b58cf5268fa349eaf9f74fd9a8c6944a34.tar.xz
kernel-qcow2-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/Kconfig1
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