]> Git Repo - linux.git/commit
x86/cpu: Add X86_FEATURE_CPUID
authorBorislav Petkov <[email protected]>
Wed, 18 Jan 2017 19:15:37 +0000 (11:15 -0800)
committerIngo Molnar <[email protected]>
Wed, 25 Jan 2017 09:12:39 +0000 (10:12 +0100)
commit78d1b296843a719935277b0d24d1358416ed0204
tree7acbeb745e004b207a8f8c168a224b501a0caa18
parenta5828ed3d03d38399159dc17a98cefde3109a66b
x86/cpu: Add X86_FEATURE_CPUID

Add a synthetic CPUID flag denoting whether the CPU sports the CPUID
instruction or not. This will come useful later when accomodating
CPUID-less CPUs.

Signed-off-by: Borislav Petkov <[email protected]>
[ Slightly prettified. ]
Signed-off-by: Andy Lutomirski <[email protected]>
Reviewed-by: Borislav Petkov <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Brian Gerst <[email protected]>
Cc: Dave Hansen <[email protected]>
Cc: Fenghua Yu <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Matthew Whitehead <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: One Thousand Gnomes <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Yu-cheng Yu <[email protected]>
Link: http://lkml.kernel.org/r/dcb355adae3ab812c79397056a61c212f1a0c7cc.1484705016.git.luto@kernel.org
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/cpufeatures.h
arch/x86/kernel/cpu/common.c
This page took 0.054676 seconds and 4 git commands to generate.