Message ID | 20240926182709.124249-2-vinicius.peixoto@canonical.com |
---|---|
State | New |
Headers | show |
Series | Backport "x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range" | expand |
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index ca6096dcc5c6..809a66d522c1 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -575,7 +575,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c) switch (c->x86_model) { case 0x00 ... 0x2f: case 0x40 ... 0x4f: - case 0x70 ... 0x7f: + case 0x60 ... 0x7f: setup_force_cpu_cap(X86_FEATURE_ZEN5); break; default: