diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-02-12 02:11:20 +0100 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-02-12 02:11:20 +0100 |
commit | 5177a94aea6fbffc897aaee29c7cde57f951b541 (patch) | |
tree | a76509fda7b2e170c8e930d77bbb38dc40ee4e94 | |
parent | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... (diff) | |
parent | intel_idle: support additional Broadwell model (diff) | |
download | linux-5177a94aea6fbffc897aaee29c7cde57f951b541.tar.xz linux-5177a94aea6fbffc897aaee29c7cde57f951b541.zip |
Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-cpuidle
Pull intel_idle update for v3.20 from Len Brown.
* 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
intel_idle: support additional Broadwell model
-rw-r--r-- | drivers/idle/intel_idle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c index 9cceacb92f9d..1bc0c170f12a 100644 --- a/drivers/idle/intel_idle.c +++ b/drivers/idle/intel_idle.c @@ -727,6 +727,7 @@ static const struct x86_cpu_id intel_idle_ids[] = { ICPU(0x46, idle_cpu_hsw), ICPU(0x4d, idle_cpu_avn), ICPU(0x3d, idle_cpu_bdw), + ICPU(0x47, idle_cpu_bdw), ICPU(0x4f, idle_cpu_bdw), ICPU(0x56, idle_cpu_bdw), {} |