Skip to content

Commit 847ebc4

Browse files
bp3tk0vIngo Molnar
authored andcommitted
x86/CPU/AMD: Extend Zen6 model range
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]
1 parent 0d6e9ec commit 847ebc4

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
@@ -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)