Skip to content

Commit 438cbf8

Browse files
tlendackyIngo Molnar
authored andcommitted
x86/umip: Make the UMIP activated message generic
The User Mode Instruction Prevention (UMIP) feature is part of the x86_64 instruction set architecture and not specific to Intel. Make the message generic. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Cc: Borislav Petkov <bp@alien8.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 0abbbc6 commit 438cbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ static __always_inline void setup_umip(struct cpuinfo_x86 *c)
353353

354354
cr4_set_bits(X86_CR4_UMIP);
355355

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");
357357

358358
return;
359359

0 commit comments

Comments
 (0)