]> Git Repo - linux.git/commitdiff
x86/msr-index: sort AMD RAPL MSRs by address
authorVictor Ding <[email protected]>
Tue, 27 Oct 2020 07:23:54 +0000 (07:23 +0000)
committerRafael J. Wysocki <[email protected]>
Tue, 10 Nov 2020 18:59:06 +0000 (19:59 +0100)
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]>
arch/x86/include/asm/msr-index.h

index 972a34d935059aa49d01db8f20c3e598fffb22ac..21917e134ad4aab68e0315e9c21577bffd76d6d2 100644 (file)
 #define MSR_PP1_ENERGY_STATUS          0x00000641
 #define MSR_PP1_POLICY                 0x00000642
 
-#define MSR_AMD_PKG_ENERGY_STATUS      0xc001029b
 #define MSR_AMD_RAPL_POWER_UNIT                0xc0010299
+#define MSR_AMD_PKG_ENERGY_STATUS      0xc001029b
 
 /* Config TDP MSRs */
 #define MSR_CONFIG_TDP_NOMINAL         0x00000648
This page took 0.058062 seconds and 4 git commands to generate.