diff options
Diffstat (limited to 'arch/x86/include/asm/disabled-features.h')
| -rw-r--r-- | arch/x86/include/asm/disabled-features.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/disabled-features.h b/arch/x86/include/asm/disabled-features.h index a5ea841cc6d2..8e1d0bb46361 100644 --- a/arch/x86/include/asm/disabled-features.h +++ b/arch/x86/include/asm/disabled-features.h @@ -22,7 +22,7 @@  # define DISABLE_SMAP	(1<<(X86_FEATURE_SMAP & 31))  #endif -#ifdef CONFIG_X86_INTEL_UMIP +#ifdef CONFIG_X86_UMIP  # define DISABLE_UMIP	0  #else  # define DISABLE_UMIP	(1<<(X86_FEATURE_UMIP & 31))  |