diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-06-11 00:32:00 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-11 00:32:00 +0200 |
commit | 511b01bdf64ad8a38414096eab283c7784aebfc4 (patch) | |
tree | d72d8dd2850b2bad0a9a927951371867c3cff2ec | |
parent | 6ff9a64d2aaa6eae396adc95e9c91c0cbfa6dbe4 (diff) | |
download | op-kernel-dev-511b01bdf64ad8a38414096eab283c7784aebfc4.zip op-kernel-dev-511b01bdf64ad8a38414096eab283c7784aebfc4.tar.gz |
Revert "x86, bts: reenable ptrace branch trace support"
This reverts commit 7e0bfad24d85de7cf2202a7b0ce51de11a077b21.
A late objection to the ABI has arrived:
http://lkml.org/lkml/2009/6/10/253
Keep the ABI disabled out of caution, to not create premature
user-space expectations.
While the hw-branch-tracing variant uses and tests the BTS code.
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Markus Metzger <markus.t.metzger@intel.com>
Cc: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/Kconfig.cpu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu index 924e156..8130334 100644 --- a/arch/x86/Kconfig.cpu +++ b/arch/x86/Kconfig.cpu @@ -506,6 +506,7 @@ config X86_PTRACE_BTS bool "Branch Trace Store" default y depends on X86_DEBUGCTLMSR + depends on BROKEN ---help--- This adds a ptrace interface to the hardware's branch trace store. |