Skip to content

Commit 5fa0fa4

Browse files
bbianrafaeljw
authored andcommitted
powercap / RAPL: Add support for Intel Skylake processors
Signed-off-by: Brian Bian <[email protected]> Acked-by: Jacob Pan <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent ea85dbc commit 5fa0fa4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/powercap/intel_rapl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1064,6 +1064,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
10641064
RAPL_CPU(0x3f, rapl_defaults_hsw_server),/* Haswell servers */
10651065
RAPL_CPU(0x4f, rapl_defaults_hsw_server),/* Broadwell servers */
10661066
RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */
1067+
RAPL_CPU(0x4E, rapl_defaults_core),/* Skylake */
10671068
RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */
10681069
RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */
10691070
RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */

0 commit comments

Comments
 (0)