summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds2008-12-24 19:24:14 +0100
committerLinus Torvalds2008-12-24 19:24:14 +0100
commit1806f826554efd206cebacc7f9f213c8e6493a5d (patch)
tree01544559b4aa44a1d85fabf5d20527c08f6f5cc9
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... (diff)
parentx86: disable X86_PTRACE_BTS (diff)
downloadkernel-qcow2-linux-1806f826554efd206cebacc7f9f213c8e6493a5d.tar.gz
kernel-qcow2-linux-1806f826554efd206cebacc7f9f213c8e6493a5d.tar.xz
kernel-qcow2-linux-1806f826554efd206cebacc7f9f213c8e6493a5d.zip
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86: disable X86_PTRACE_BTS
-rw-r--r--arch/x86/Kconfig.cpu1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index b815664fe370..8e99073b9e0f 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -520,6 +520,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.