commit | f316fe687521fad5ad2fd8389397c38aa97439d2 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:04 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:34:04 2008 +0100 |
tree | a46eda646b04af2d4f8e7dcfb9025014fc6bd919 | |
parent | 1c17f4d615f34a4ecfcf9132d643126b226f5e79 [diff] |
x86: cpa: make self-test depend on DEBUG_KERNEL Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index 46d34b2..2a859a7 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug
@@ -205,6 +205,7 @@ config CPA_DEBUG bool "CPA self test code" + depends on DEBUG_KERNEL help Do change_page_attr self tests at boot.