diff options
| author | Borislav Petkov (AMD) <bp@alien8.de> | 2025-10-29 12:34:31 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@kernel.org> | 2025-10-30 11:33:55 +0100 |
| commit | 847ebc4476714f81d7dea73e5ea69448d7fe9d3a (patch) | |
| tree | ad252e1447d00bfe539db191add215586ff908f7 /arch/x86/kernel/cpu/amd.c | |
| parent | 0d6e9ec80cebf9b378a1d3a01144e576d731c397 (diff) | |
x86/CPU/AMD: Extend Zen6 model range
Add some more Zen6 models.
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Link: https://patch.msgid.link/20251029123056.19987-1-bp@kernel.org
Diffstat (limited to 'arch/x86/kernel/cpu/amd.c')
| -rw-r--r-- | arch/x86/kernel/cpu/amd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c index bc29be670a2a..8e36964a7721 100644 --- a/arch/x86/kernel/cpu/amd.c +++ b/arch/x86/kernel/cpu/amd.c @@ -516,7 +516,7 @@ static void bsp_init_amd(struct cpuinfo_x86 *c) setup_force_cpu_cap(X86_FEATURE_ZEN5); break; case 0x50 ... 0x5f: - case 0x90 ... 0xaf: + case 0x80 ... 0xaf: case 0xc0 ... 0xcf: setup_force_cpu_cap(X86_FEATURE_ZEN6); break; |
