diff options
| -rw-r--r-- | arch/x86/kernel/cpu/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/common.c b/arch/x86/kernel/cpu/common.c index 2c56b8066280..cb28e98a0659 100644 --- a/arch/x86/kernel/cpu/common.c +++ b/arch/x86/kernel/cpu/common.c | |||
| @@ -353,7 +353,7 @@ static __always_inline void setup_umip(struct cpuinfo_x86 *c) | |||
| 353 | 353 | ||
| 354 | cr4_set_bits(X86_CR4_UMIP); | 354 | cr4_set_bits(X86_CR4_UMIP); |
| 355 | 355 | ||
| 356 | pr_info_once("x86/cpu: Intel User Mode Instruction Prevention (UMIP) activated\n"); | 356 | pr_info_once("x86/cpu: User Mode Instruction Prevention (UMIP) activated\n"); |
| 357 | 357 | ||
| 358 | return; | 358 | return; |
| 359 | 359 | ||
