Merge 6.12.38 into android16-6.12-lts
Changes in 6.12.38 x86/CPU/AMD: Properly check the TSA microcode Linux 6.12.38 Change-Id: I4a8afda518d9d70537b3bce825557c9f050a3d99 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
VERSION = 6
|
VERSION = 6
|
||||||
PATCHLEVEL = 12
|
PATCHLEVEL = 12
|
||||||
SUBLEVEL = 37
|
SUBLEVEL = 38
|
||||||
EXTRAVERSION =
|
EXTRAVERSION =
|
||||||
NAME = Baby Opossum Posse
|
NAME = Baby Opossum Posse
|
||||||
|
|
||||||
|
|||||||
@@ -376,6 +376,7 @@ static bool amd_check_tsa_microcode(void)
|
|||||||
|
|
||||||
p.ext_fam = c->x86 - 0xf;
|
p.ext_fam = c->x86 - 0xf;
|
||||||
p.model = c->x86_model;
|
p.model = c->x86_model;
|
||||||
|
p.ext_model = c->x86_model >> 4;
|
||||||
p.stepping = c->x86_stepping;
|
p.stepping = c->x86_stepping;
|
||||||
|
|
||||||
if (cpu_has(c, X86_FEATURE_ZEN3) ||
|
if (cpu_has(c, X86_FEATURE_ZEN3) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user