diff options
Diffstat (limited to 'arch/x86/Kconfig.debug')
-rw-r--r-- | arch/x86/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.debug b/arch/x86/Kconfig.debug index f0684bb74faf..acc0271920f2 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -68,7 +68,7 @@ config DEBUG_PAGEALLOC | |||
68 | config DEBUG_PER_CPU_MAPS | 68 | config DEBUG_PER_CPU_MAPS |
69 | bool "Debug access to per_cpu maps" | 69 | bool "Debug access to per_cpu maps" |
70 | depends on DEBUG_KERNEL | 70 | depends on DEBUG_KERNEL |
71 | depends on X86_64_SMP | 71 | depends on X86_SMP |
72 | default n | 72 | default n |
73 | help | 73 | help |
74 | Say Y to verify that the per_cpu map being accessed has | 74 | Say Y to verify that the per_cpu map being accessed has |