File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: GPL-2.0
2
2
VERSION = 6
3
3
PATCHLEVEL = 1
4
- SUBLEVEL = 144
4
+ SUBLEVEL = 145
5
5
EXTRAVERSION =
6
6
NAME = Curry Ramen
7
7
Original file line number Diff line number Diff line change @@ -561,6 +561,7 @@ static bool amd_check_tsa_microcode(void)
561
561
562
562
p .ext_fam = c -> x86 - 0xf ;
563
563
p .model = c -> x86_model ;
564
+ p .ext_model = c -> x86_model >> 4 ;
564
565
p .stepping = c -> x86_stepping ;
565
566
566
567
if (c -> x86 == 0x19 ) {
@@ -675,6 +676,8 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
675
676
}
676
677
677
678
resctrl_cpu_detect (c );
679
+
680
+ tsa_init (c );
678
681
}
679
682
680
683
static void early_detect_mem_encrypt (struct cpuinfo_x86 * c )
@@ -719,8 +722,6 @@ static void early_detect_mem_encrypt(struct cpuinfo_x86 *c)
719
722
goto clear_sev ;
720
723
721
724
722
- tsa_init (c );
723
-
724
725
return ;
725
726
726
727
clear_all :
You can’t perform that action at this time.
0 commit comments