Skip to content

Commit ceaba4a

Browse files
WenkuanWangSasha Levin
authored andcommitted
x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range
commit 2718a7f upstream. Add some more Zen5 models. Fixes: 3e4147f ("x86/CPU/AMD: Add X86_FEATURE_ZEN5") Signed-off-by: Wenkuan Wang <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent b823b26 commit ceaba4a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/x86/kernel/cpu/amd.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
572572

573573
case 0x1a:
574574
switch (c->x86_model) {
575-
case 0x00 ... 0x0f:
576-
case 0x20 ... 0x2f:
575+
case 0x00 ... 0x2f:
577576
case 0x40 ... 0x4f:
578577
case 0x70 ... 0x7f:
579578
setup_force_cpu_cap(X86_FEATURE_ZEN5);

0 commit comments

Comments
 (0)