Skip to content

Commit 89f5f76

Browse files
bp3tk0vgregkh
authored andcommitted
x86/CPU/AMD: Extend Zen6 model range
[ Upstream commit 847ebc4476714f81d7dea73e5ea69448d7fe9d3a ] Add some more Zen6 models. Signed-off-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Sasha Levin <[email protected]>
1 parent 2df89d7 commit 89f5f76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/kernel/cpu/amd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
516516
setup_force_cpu_cap(X86_FEATURE_ZEN5);
517517
break;
518518
case 0x50 ... 0x5f:
519-
case 0x90 ... 0xaf:
519+
case 0x80 ... 0xaf:
520520
case 0xc0 ... 0xcf:
521521
setup_force_cpu_cap(X86_FEATURE_ZEN6);
522522
break;

0 commit comments

Comments
 (0)