]> Git Repo - linux.git/commitdiff
x86/umip: Make the UMIP activated message generic
authorLendacky, Thomas <[email protected]>
Tue, 4 Dec 2018 22:27:20 +0000 (22:27 +0000)
committerIngo Molnar <[email protected]>
Wed, 5 Dec 2018 07:49:56 +0000 (08:49 +0100)
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 <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/cpu/common.c

index 2c56b8066280c6a8de18d6ecba9bba089bce0ed5..cb28e98a0659abc5051b1e7fcb936b692a1a1264 100644 (file)
@@ -353,7 +353,7 @@ static __always_inline void setup_umip(struct cpuinfo_x86 *c)
 
        cr4_set_bits(X86_CR4_UMIP);
 
-       pr_info_once("x86/cpu: Intel User Mode Instruction Prevention (UMIP) activated\n");
+       pr_info_once("x86/cpu: User Mode Instruction Prevention (UMIP) activated\n");
 
        return;
 
This page took 0.050647 seconds and 4 git commands to generate.