We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4d7426 + 259f497 commit 94749f5Copy full SHA for 94749f5
Makefile
@@ -1,7 +1,7 @@
1
# SPDX-License-Identifier: GPL-2.0
2
VERSION = 6
3
PATCHLEVEL = 12
4
-SUBLEVEL = 37
+SUBLEVEL = 38
5
EXTRAVERSION =
6
NAME = Baby Opossum Posse
7
arch/x86/kernel/cpu/amd.c
@@ -376,6 +376,7 @@ static bool amd_check_tsa_microcode(void)
376
377
p.ext_fam = c->x86 - 0xf;
378
p.model = c->x86_model;
379
+ p.ext_model = c->x86_model >> 4;
380
p.stepping = c->x86_stepping;
381
382
if (cpu_has(c, X86_FEATURE_ZEN3) ||
0 commit comments