Skip to content

Commit 298ed2b

Browse files
Victor Dingrafaeljw
authored andcommitted
x86/msr-index: sort AMD RAPL MSRs by address
MSRs in the rest of this file are sorted by their addresses; fixing the two outliers. No functional changes. Signed-off-by: Victor Ding <[email protected]> Acked-by: Kim Phillips <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent f8394f2 commit 298ed2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/include/asm/msr-index.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@
326326
#define MSR_PP1_ENERGY_STATUS 0x00000641
327327
#define MSR_PP1_POLICY 0x00000642
328328

329-
#define MSR_AMD_PKG_ENERGY_STATUS 0xc001029b
330329
#define MSR_AMD_RAPL_POWER_UNIT 0xc0010299
330+
#define MSR_AMD_PKG_ENERGY_STATUS 0xc001029b
331331

332332
/* Config TDP MSRs */
333333
#define MSR_CONFIG_TDP_NOMINAL 0x00000648

0 commit comments

Comments
 (0)