diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1de28e850aa4..dc80a9f1f303 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -97,6 +97,9 @@ config GENERIC_TIME_VSYSCALL | |||
97 | bool | 97 | bool |
98 | default X86_64 | 98 | default X86_64 |
99 | 99 | ||
100 | config ARCH_SETS_UP_PER_CPU_AREA | ||
101 | def_bool X86_64 | ||
102 | |||
100 | config ARCH_SUPPORTS_OPROFILE | 103 | config ARCH_SUPPORTS_OPROFILE |
101 | bool | 104 | bool |
102 | default y | 105 | default y |