Skip to content

Commit

Permalink
platform/x86: intel_pmc_core: Add KBL CPUID support
Browse files Browse the repository at this point in the history
This patch adds Kabylake CPU support for pmc_core driver.

Signed-off-by: Rajneesh Bhardwaj <[email protected]>
Signed-off-by: Darren Hart <[email protected]>
  • Loading branch information
Rajneesh Bhardwaj authored and dvhart committed Dec 13, 2016
1 parent 9c2ee19 commit daf5d14
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/platform/x86/intel_pmc_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,10 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
(kernel_ulong_t)NULL},
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_SKYLAKE_DESKTOP, X86_FEATURE_MWAIT,
(kernel_ulong_t)NULL},
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_KABYLAKE_MOBILE, X86_FEATURE_MWAIT,
(kernel_ulong_t)NULL},
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_KABYLAKE_DESKTOP, X86_FEATURE_MWAIT,
(kernel_ulong_t)NULL},
{}
};

Expand Down

0 comments on commit daf5d14

Please sign in to comment.