aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/cpu/intel_pconfig.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-12x86/pconfig: Detect PCONFIG targetsKirill A. Shutemov1-0/+82
Intel PCONFIG targets are enumerated via new CPUID leaf 0x1b. This patch detects all supported targets of PCONFIG and implements helper to check if the target is supported. Signed-off-by: Kirill A. Shutemov <[email protected]> Cc: Dave Hansen <[email protected]> Cc: Kai Huang <[email protected]> Cc: Linus Torvalds <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Tom Lendacky <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>