diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index e06b2eeff9f2..f7ac27215512 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -150,6 +150,16 @@ config ARCH_HAS_CACHE_LINE_SIZE | |||
150 | config HAVE_SETUP_PER_CPU_AREA | 150 | config HAVE_SETUP_PER_CPU_AREA |
151 | def_bool y | 151 | def_bool y |
152 | 152 | ||
153 | config NEED_PER_CPU_EMBED_FIRST_CHUNK | ||
154 | def_bool y | ||
155 | |||
156 | config NEED_PER_CPU_PAGE_FIRST_CHUNK | ||
157 | def_bool y | ||
158 | |||
159 | config NEED_PER_CPU_LPAGE_FIRST_CHUNK | ||
160 | def_bool y | ||
161 | depends on NEED_MULTIPLE_NODES | ||
162 | |||
153 | config HAVE_CPUMASK_OF_CPU_MAP | 163 | config HAVE_CPUMASK_OF_CPU_MAP |
154 | def_bool X86_64_SMP | 164 | def_bool X86_64_SMP |
155 | 165 | ||