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 18363374d51a..24ca95a0ba54 100644 --- a/arch/x86/Kconfig.debug +++ b/arch/x86/Kconfig.debug | |||
@@ -60,7 +60,7 @@ config DEBUG_PAGEALLOC | |||
60 | config DEBUG_PER_CPU_MAPS | 60 | config DEBUG_PER_CPU_MAPS |
61 | bool "Debug access to per_cpu maps" | 61 | bool "Debug access to per_cpu maps" |
62 | depends on DEBUG_KERNEL | 62 | depends on DEBUG_KERNEL |
63 | depends on X86_64_SMP | 63 | depends on X86_SMP |
64 | default n | 64 | default n |
65 | help | 65 | help |
66 | Say Y to verify that the per_cpu map being accessed has | 66 | Say Y to verify that the per_cpu map being accessed has |