From 23b6f5cf54b1417f21b92a5316e44dcb64e09648 Mon Sep 17 00:00:00 2001 From: Xorg Date: Tue, 11 Oct 2022 18:23:31 +0200 Subject: [PATCH] DB: remove AMD Warhol It seems Warhol was the codename for 6000 series desktop CPUs, but Warhol was cancelled. I thought that Warhol was the codename for Ryzen 7 5800X3D, but according to [1], codename for this CPU is Vermeer [1] https://en.wikipedia.org/wiki/List_of_AMD_Ryzen_processors#Vermeer_and_Chagall_(5000_series_CPUs) --- libcpuid/recog_amd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libcpuid/recog_amd.c b/libcpuid/recog_amd.c index f086613..52cf0e2 100644 --- a/libcpuid/recog_amd.c +++ b/libcpuid/recog_amd.c @@ -336,10 +336,6 @@ const struct match_entry_t cpudb_amd[] = { { 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Cezanne)" }, { 15, -1, -1, 25, 80, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Cezanne)" }, /* Zen 3+ (2022) */ - { 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Warhol)" }, - { 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Warhol)" }, - { 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Warhol)" }, - { 15, -1, 2, 25, 33, -1, -1, -1, NC, RYZEN_|_3 , 0, "Ryzen 3 (Warhol)" }, { 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_9 , 0, "Ryzen 9 (Rembrandt)" }, { 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_7 , 0, "Ryzen 7 (Rembrandt)" }, { 15, -1, -1, 25, 68, -1, -1, -1, NC, RYZEN_|_5 , 0, "Ryzen 5 (Rembrandt)" },