Skip to content

Commit bf5641e

Browse files
Perry Yuanbp3tk0v
authored andcommitted
x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range
Add some new Zen5 models for the 0x1A family. [ bp: Merge the 0x60 and 0x70 ranges. ] Signed-off-by: Perry Yuan <perry.yuan@amd.com> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://lore.kernel.org/r/20240729064626.24297-1-bp@kernel.org
1 parent c14e411 commit bf5641e

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
@@ -462,7 +462,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
462462
switch (c->x86_model) {
463463
case 0x00 ... 0x2f:
464464
case 0x40 ... 0x4f:
465-
case 0x70 ... 0x7f:
465+
case 0x60 ... 0x7f:
466466
setup_force_cpu_cap(X86_FEATURE_ZEN5);
467467
break;
468468
default:

0 commit comments

Comments
 (0)