Skip to content

Commit 34dfa36

Browse files
Jacob Panrafaeljw
authored andcommitted
powercap / RAPL: add ID for Broadwell server
Validated RAPL functions on this platform. Add support to driver. Signed-off-by: Jacob Pan <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent f22e6e8 commit 34dfa36

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
@@ -1062,6 +1062,7 @@ static const struct x86_cpu_id rapl_ids[] = {
10621062
RAPL_CPU(0x3c, rapl_defaults_core),/* Haswell */
10631063
RAPL_CPU(0x3d, rapl_defaults_core),/* Broadwell */
10641064
RAPL_CPU(0x3f, rapl_defaults_hsw_server),/* Haswell servers */
1065+
RAPL_CPU(0x4f, rapl_defaults_hsw_server),/* Broadwell servers */
10651066
RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */
10661067
RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */
10671068
RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */

0 commit comments

Comments
 (0)