7548c0
From 8b1e1aa7cb9dc428a36b549a73286ec7040864ed Mon Sep 17 00:00:00 2001
7548c0
Message-Id: <8b1e1aa7cb9dc428a36b549a73286ec7040864ed@dist-git>
7548c0
From: Jiri Denemark <jdenemar@redhat.com>
7548c0
Date: Wed, 3 Mar 2021 11:11:55 +0100
7548c0
Subject: [PATCH] cpu_map: Install x86_EPYC-Milan.xml
7548c0
MIME-Version: 1.0
7548c0
Content-Type: text/plain; charset=UTF-8
7548c0
Content-Transfer-Encoding: 8bit
7548c0
7548c0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
7548c0
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
7548c0
(cherry picked from commit d3de79dbfc20dc4dfc19154b16079861c542b71e)
7548c0
7548c0
https://bugzilla.redhat.com/show_bug.cgi?id=1926864
7548c0
7548c0
Conflicts:
7548c0
	src/cpu_map/meson.build
7548c0
            - change goes to Makefile.inc.am instead
7548c0
7548c0
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
7548c0
Message-Id: <77cf69a7222fd9fc5ef0f1c25f0534090c29865f.1614766279.git.jdenemar@redhat.com>
7548c0
Reviewed-by: Ján Tomko <jtomko@redhat.com>
7548c0
---
7548c0
 src/cpu_map/Makefile.inc.am | 1 +
7548c0
 1 file changed, 1 insertion(+)
7548c0
7548c0
diff --git a/src/cpu_map/Makefile.inc.am b/src/cpu_map/Makefile.inc.am
7548c0
index 1dd78c6715..45dbe9e216 100644
7548c0
--- a/src/cpu_map/Makefile.inc.am
7548c0
+++ b/src/cpu_map/Makefile.inc.am
7548c0
@@ -30,6 +30,7 @@ cpumap_DATA = \
7548c0
 	cpu_map/x86_Dhyana.xml \
7548c0
 	cpu_map/x86_EPYC.xml \
7548c0
 	cpu_map/x86_EPYC-IBPB.xml \
7548c0
+	cpu_map/x86_EPYC-Milan.xml \
7548c0
 	cpu_map/x86_EPYC-Rome.xml \
7548c0
 	cpu_map/x86_Haswell.xml \
7548c0
 	cpu_map/x86_Haswell-IBRS.xml \
7548c0
-- 
7548c0
2.30.0
7548c0