From e9d2e080d6f0972a1deda5942e3c35fc8805cc36 Mon Sep 17 00:00:00 2001 From: Brice Goglin <Brice.Goglin@inria.fr> Date: Mon, 12 Aug 2019 22:42:34 +0200 Subject: [PATCH] fix a amd microarch Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr> --- tags.json | 4 ++-- ...pa2no4ca2co.xml => AMD-Opteron-Bulldozer-4pa2no4ca2co.xml} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename xml/{AMD-Opteron-Piledriver-4pa2no4ca2co.xml => AMD-Opteron-Bulldozer-4pa2no4ca2co.xml} (100%) diff --git a/tags.json b/tags.json index 154ea60..2efc8fc 100644 --- a/tags.json +++ b/tags.json @@ -59,10 +59,10 @@ "chassis": "Supermicro H8DGU", "year": 2010 }, - "AMD-Opteron-Piledriver-4pa2no4ca2co": { + "AMD-Opteron-Bulldozer-4pa2no4ca2co": { "architecture": "x86", "uname-architecture": "x86_64", - "sub-architecture": "Piledriver", + "sub-architecture": "Bulldozer", "cpu-vendor": "AMD", "cpu-family": "Opteron", "core": 64, diff --git a/xml/AMD-Opteron-Piledriver-4pa2no4ca2co.xml b/xml/AMD-Opteron-Bulldozer-4pa2no4ca2co.xml similarity index 100% rename from xml/AMD-Opteron-Piledriver-4pa2no4ca2co.xml rename to xml/AMD-Opteron-Bulldozer-4pa2no4ca2co.xml -- GitLab