public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range
@ 2024-07-29  6:46 Borislav Petkov
  2024-07-30 13:40 ` [tip: x86/urgent] " tip-bot2 for Perry Yuan
  0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2024-07-29  6:46 UTC (permalink / raw)
  To: X86 ML; +Cc: jon.grimm, LKML, Perry Yuan, Borislav Petkov

From: Perry Yuan <perry.yuan@amd.com>

Add some new Zen5 models for the 0x1A family.

  [ bp: Merge the 0x60 and 0x70 ranges. ]

Signed-off-by: Perry Yuan <perry.yuan@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
---
 arch/x86/kernel/cpu/amd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/kernel/cpu/amd.c b/arch/x86/kernel/cpu/amd.c
index be5889bded49..1e0fe5f8ab84 100644
--- a/arch/x86/kernel/cpu/amd.c
+++ b/arch/x86/kernel/cpu/amd.c
@@ -462,7 +462,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:
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-07-30 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-29  6:46 [PATCH] x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range Borislav Petkov
2024-07-30 13:40 ` [tip: x86/urgent] " tip-bot2 for Perry Yuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox