]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
Merge branch 'x86/urgent' into perf/core, to resolve conflict
authorIngo Molnar <mingo@kernel.org>
Wed, 11 Oct 2023 20:48:46 +0000 (22:48 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 11 Oct 2023 20:54:03 +0000 (22:54 +0200)
Resolve an MSR enumeration conflict.

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

Signed-off-by: Ingo Molnar <mingo@kernel.org>
1  2 
arch/x86/include/asm/msr-index.h

index dc159acb350a4ab1cf1a71be4fd16a996a9e32a7,b37abb55e948b7665d67c95e830dec3e11bed41c..0ad9ba8baa8a0f9e2070a4607e0f26e151aa6d6d
  /* AMD Last Branch Record MSRs */
  #define MSR_AMD64_LBR_SELECT                  0xc000010e
  
- /* Fam 19h MSRs */
 -/* Zen4 */
++/* Fam 19h (Zen 4) MSRs */
 +#define MSR_F19H_UMC_PERF_CTL         0xc0010800
 +#define MSR_F19H_UMC_PERF_CTR         0xc0010801
 +
- /* Fam 17h MSRs */
+ #define MSR_ZEN4_BP_CFG                       0xc001102e
+ #define MSR_ZEN4_BP_CFG_SHARED_BTB_FIX_BIT 5
 -/* Zen 2 */
++/* Fam 17h (Zen 2) MSRs */
 +#define MSR_F17H_IRPERF                       0xc00000e9
 +
  #define MSR_ZEN2_SPECTRAL_CHICKEN     0xc00110e3
  #define MSR_ZEN2_SPECTRAL_CHICKEN_BIT BIT_ULL(1)