Skip to content

Commit 2718a7f

Browse files
WenkuanWangbp3tk0v
authored andcommitted
x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range
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]
1 parent e70316d commit 2718a7f

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
@@ -459,8 +459,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
459459

460460
case 0x1a:
461461
switch (c->x86_model) {
462-
case 0x00 ... 0x0f:
463-
case 0x20 ... 0x2f:
462+
case 0x00 ... 0x2f:
464463
case 0x40 ... 0x4f:
465464
case 0x70 ... 0x7f:
466465
setup_force_cpu_cap(X86_FEATURE_ZEN5);

0 commit comments

Comments
 (0)