1
0
Fork 0

intel_pstate: Add support for SkyLake

Add SKL cpuid.

Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Kristen Carlson Accardi 2015-01-28 13:53:28 -08:00 committed by Rafael J. Wysocki
parent 490285c65e
commit 7ab0256e57
1 changed files with 1 additions and 0 deletions

View File

@ -825,6 +825,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
ICPU(0x46, core_params),
ICPU(0x47, core_params),
ICPU(0x4c, byt_params),
ICPU(0x4e, core_params),
ICPU(0x4f, core_params),
ICPU(0x56, core_params),
{}