|
@@ -1064,6 +1064,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
|
|
RAPL_CPU(0x3f, rapl_defaults_hsw_server),/* Haswell servers */
|
|
RAPL_CPU(0x3f, rapl_defaults_hsw_server),/* Haswell servers */
|
|
RAPL_CPU(0x4f, rapl_defaults_hsw_server),/* Broadwell servers */
|
|
RAPL_CPU(0x4f, rapl_defaults_hsw_server),/* Broadwell servers */
|
|
RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */
|
|
RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */
|
|
|
|
+ RAPL_CPU(0x4E, rapl_defaults_core),/* Skylake */
|
|
RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */
|
|
RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */
|
|
RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */
|
|
RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */
|
|
RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */
|
|
RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */
|