diff options
author | Markus Metzger <markus.t.metzger@intel.com> | 2009-03-13 05:45:07 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-13 06:57:20 -0400 |
commit | 8a327f6d1b05f5ce16572b4413a5df1d0e872283 (patch) | |
tree | 7903a0b4725bea86dba942003d5f6048077271d0 /arch/x86/Kconfig.debug | |
parent | bc44fb5f7d3e764ed7698c835a1a0f35aba2eb3d (diff) |
x86, bts: add selftest for BTS
Perform a selftest of branch trace store when a cpu is initialized.
WARN and disable branch trace store support if the selftest fails.
Signed-off-by: Markus Metzger <markus.t.metzger@intel.com>
LKML-Reference: <20090313104507.A30125@sedona.ch.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index fdb45df608b6..dfd74abc03f8 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -175,6 +175,15 @@ config IOMMU_LEAK | |||
175 | Add a simple leak tracer to the IOMMU code. This is useful when you | 175 | Add a simple leak tracer to the IOMMU code. This is useful when you |
176 | are debugging a buggy device driver that leaks IOMMU mappings. | 176 | are debugging a buggy device driver that leaks IOMMU mappings. |
177 | 177 | ||
178 | config X86_DS_SELFTEST | ||
179 | bool "DS selftest" | ||
180 | default y | ||
181 | depends on DEBUG_KERNEL | ||
182 | depends on X86_DS | ||
183 | ---help--- | ||
184 | Perform Debug Store selftests at boot time. | ||
185 | If in doubt, say "N". | ||
186 | |||
178 | config HAVE_MMIOTRACE_SUPPORT | 187 | config HAVE_MMIOTRACE_SUPPORT |
179 | def_bool y | 188 | def_bool y |
180 | 189 | ||