projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfa76d4
)
intel_idle: support additional Broadwell model
author
Len Brown
<len.brown@intel.com>
Tue, 10 Feb 2015 20:42:03 +0000
(15:42 -0500)
committer
Len Brown
<len.brown@intel.com>
Tue, 10 Feb 2015 20:42:03 +0000
(15:42 -0500)
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/idle/intel_idle.c
patch
|
blob
|
history
diff --git
a/drivers/idle/intel_idle.c
b/drivers/idle/intel_idle.c
index
9cceacb
..
1bc0c17
100644
(file)
--- 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),
{}