Skip to content
Snippets Groups Projects
Commit 43f8a966 authored by Dirk Brandewie's avatar Dirk Brandewie Committed by Rafael J. Wysocki
Browse files

intel_pstate: Add CPUID for BDW-H CPU


Add BDW-H to the list of supported processors.

Signed-off-by: default avatarDirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2f86dc4c
No related branches found
No related tags found
No related merge requests found
...@@ -793,6 +793,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = { ...@@ -793,6 +793,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
ICPU(0x3f, core_params), ICPU(0x3f, core_params),
ICPU(0x45, core_params), ICPU(0x45, core_params),
ICPU(0x46, core_params), ICPU(0x46, core_params),
ICPU(0x47, core_params),
ICPU(0x4c, byt_params), ICPU(0x4c, byt_params),
ICPU(0x4f, core_params), ICPU(0x4f, core_params),
ICPU(0x56, core_params), ICPU(0x56, core_params),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment