From: Victor Ding <victord...@google.com> MSRs in the rest of this file are sorted by their addresses; fixing the two outliers.
No functional changes. Signed-off-by: Victor Ding <victord...@google.com> Acked-by: Kim Phillips <kim.phill...@amd.com> Cc: Victor Ding <victord...@google.com> Cc: Alexander Shishkin <alexander.shish...@linux.intel.com> Cc: Borislav Petkov <b...@alien8.de> Cc: Daniel Lezcano <daniel.lezc...@linaro.org> Cc: "H. Peter Anvin" <h...@zytor.com> Cc: Ingo Molnar <mi...@redhat.com> Cc: Josh Poimboeuf <jpoim...@redhat.com> Cc: Pawan Gupta <pawan.kumar.gu...@linux.intel.com> Cc: "Peter Zijlstra (Intel)" <pet...@infradead.org> Cc: "Rafael J. Wysocki" <r...@rjwysocki.net> Cc: Sean Christopherson <sean.j.christopher...@intel.com> Cc: Thomas Gleixner <t...@linutronix.de> Cc: Tony Luck <tony.l...@intel.com> Cc: Vineela Tummalapalli <vineela.tummalapa...@intel.com> Cc: LKML <linux-kernel@vger.kernel.org> Cc: linux...@vger.kernel.org Cc: x...@kernel.org --- Kim's changes from Victor's original submission: https://lore.kernel.org/lkml/20200729205144.1.I8556c0b9b6f75bf3121989f5641c33e694fff8d9@changeid/ - Added my Acked-by. - Added Daniel Lezcano to Cc. arch/x86/include/asm/msr-index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index 2859ee4f39a8..f1b24f1b774d 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -323,8 +323,8 @@ #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 -- 2.27.0