aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e6728bd61cc1..fd4265007053 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -105,6 +105,9 @@ config GENERIC_TIME_VSYSCALL
105 bool 105 bool
106 default X86_64 106 default X86_64
107 107
108config ARCH_HAS_CPU_RELAX
109 def_bool y
110
108config HAVE_SETUP_PER_CPU_AREA 111config HAVE_SETUP_PER_CPU_AREA
109 def_bool X86_64 112 def_bool X86_64
110 113