Skip to content

Commit abf5cf1

Browse files
amd-pvishwakopsiff
authored andcommitted
x86/CPU/AMD: Add family 0x1a models 0xd0 through 0xef
Family 0x1a model 0xd0, 0xe0 should have X86_FEATURE_ZEN6 Signed-off-by: Pratik Vishwakarma <Pratik.Vishwakarma@amd.com> Link: https://lore.kernel.org/lkml/20260530061819.9721-1-Pratik.Vishwakarma@amd.com/ Signed-off-by: WangYuli <wangyl5933@chinaunicom.cn>
1 parent 559a494 commit abf5cf1

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
@@ -518,7 +518,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c)
518518
break;
519519
case 0x50 ... 0x5f:
520520
case 0x80 ... 0xaf:
521-
case 0xc0 ... 0xcf:
521+
case 0xc0 ... 0xef:
522522
setup_force_cpu_cap(X86_FEATURE_ZEN6);
523523
break;
524524
default:

0 commit comments

Comments
 (0)