diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-12-24 21:08:37 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-24 21:08:37 +0100 |
commit | 67be403d897f818b1a5ecc201967b0ee6a0332f9 (patch) | |
tree | 921031b6cd3f3f088a013afdb420a6c4ca989e8f | |
parent | db8862eafe8a5d030a3b02e81b8bb47447c315e3 (diff) | |
download | linux-67be403d897f818b1a5ecc201967b0ee6a0332f9.tar.bz2 |
Revert "x86: disable X86_PTRACE_BTS"
This reverts commit 40f15ad8aadff5ebb621b17a6f303ad2cd3f847d.
The CONFIG_X86_PTRACE_BTS bugs have been fixed via:
c5dee61: x86, bts: memory accounting
bf53de9: x86, bts: add fork and exit handling
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/Kconfig.cpu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu index b54903efb39e..85a78575956c 100644 --- a/arch/x86/Kconfig.cpu +++ b/arch/x86/Kconfig.cpu @@ -521,7 +521,6 @@ 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. |