From: Dirk Brandewie Date: Thu, 6 Nov 2014 17:50:45 +0000 (-0800) Subject: intel_pstate: Add CPUID for BDW-H CPU X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=43f8a966e91f387eabe85d2f2d12519c218f9dd0;p=deliverable%2Flinux.git intel_pstate: Add CPUID for BDW-H CPU Add BDW-H to the list of supported processors. Signed-off-by: Dirk Brandewie Signed-off-by: Rafael J. Wysocki --- diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c index ba35db092239..ab2e100a1807 100644 --- a/drivers/cpufreq/intel_pstate.c +++ b/drivers/cpufreq/intel_pstate.c @@ -793,6 +793,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = { ICPU(0x3f, core_params), ICPU(0x45, core_params), ICPU(0x46, core_params), + ICPU(0x47, core_params), ICPU(0x4c, byt_params), ICPU(0x4f, core_params), ICPU(0x56, core_params),