We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea85dbc commit 5fa0fa4Copy full SHA for 5fa0fa4
drivers/powercap/intel_rapl.c
@@ -1064,6 +1064,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
1064
RAPL_CPU(0x3f, rapl_defaults_hsw_server),/* Haswell servers */
1065
RAPL_CPU(0x4f, rapl_defaults_hsw_server),/* Broadwell servers */
1066
RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */
1067
+ RAPL_CPU(0x4E, rapl_defaults_core),/* Skylake */
1068
RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */
1069
RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */
1070
RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */
0 commit comments