Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

intel_pstate: Add CPU IDs for Broadwell processors

Add support for Broadwell processors.

Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Dirk Brandewie and committed by
Rafael J. Wysocki
c7e241df 5eeaf1f1

+3
+3
drivers/cpufreq/intel_pstate.c
··· 667 667 ICPU(0x37, byt_params), 668 668 ICPU(0x3a, core_params), 669 669 ICPU(0x3c, core_params), 670 + ICPU(0x3d, core_params), 670 671 ICPU(0x3e, core_params), 671 672 ICPU(0x3f, core_params), 672 673 ICPU(0x45, core_params), 673 674 ICPU(0x46, core_params), 675 + ICPU(0x4f, core_params), 676 + ICPU(0x56, core_params), 674 677 {} 675 678 }; 676 679 MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);