projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24b5984
)
powercap / RAPL: add IDs for future Xeon CPUs
author
Jacob Pan
<
[email protected]
>
Tue, 16 Dec 2014 17:52:47 +0000
(09:52 -0800)
committer
Rafael J. Wysocki
<
[email protected]
>
Wed, 17 Dec 2014 01:35:42 +0000
(
02:35
+0100)
Enable RAPL driver on Xeon cpu id 0x56.
Signed-off-by: Jacob Pan <
[email protected]
>
Signed-off-by: Rafael J. Wysocki <
[email protected]
>
drivers/powercap/intel_rapl.c
patch
|
blob
|
history
diff --git
a/drivers/powercap/intel_rapl.c
b/drivers/powercap/intel_rapl.c
index c71443c4f265780b1fe7fa001e0a3fd6101a4886..97b5e4ee1ca40ae4bc5b50ab7e413833de693af7 100644
(file)
--- a/
drivers/powercap/intel_rapl.c
+++ b/
drivers/powercap/intel_rapl.c
@@
-1041,6
+1041,7
@@
static const struct x86_cpu_id rapl_ids[] = {
RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */
RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */
RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */
+ RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */
RAPL_CPU(0x5A, rapl_defaults_atom),/* Annidale */
{}
};