Skip to content

Commit 5421281

Browse files
committed
x86/CPU/AMD: Extend Zen6 model range
JIRA: https://issues.redhat.com/browse/RHEL-128550 commit 847ebc4 Author: Borislav Petkov (AMD) <bp@alien8.de> Date: Wed Oct 29 12:34:31 2025 +0100 x86/CPU/AMD: Extend Zen6 model range Add some more Zen6 models. Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Link: https://patch.msgid.link/20251029123056.19987-1-bp@kernel.org (cherry picked from commit 847ebc4) Assisted-by: Patchpal Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 65fdc66 commit 5421281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/cpu/amd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
508508
setup_force_cpu_cap(X86_FEATURE_ZEN5);
509509
break;
510510
case 0x50 ... 0x5f:
511-
case 0x90 ... 0xaf:
511+
case 0x80 ... 0xaf:
512512
case 0xc0 ... 0xcf:
513513
setup_force_cpu_cap(X86_FEATURE_ZEN6);
514514
break;

0 commit comments

Comments
 (0)