[PATCH] cpu_map: Install SierraForest description file

Michal Privoznik posted 1 patch 1 year, 5 months ago
Failed in applying to current master (apply log)
src/cpu_map/meson.build | 1 +
1 file changed, 1 insertion(+)
[PATCH] cpu_map: Install SierraForest description file
Posted by Michal Privoznik 1 year, 5 months ago
In one of recent commits new CPU model was introduced. But
corresponding change in meson.build is missing which results in
the XML file not being installed.

Fixes: 3afbb1644c4f9d5237459bd544d0f511ff99eb80
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---

Pushed under trivial rule.

 src/cpu_map/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/cpu_map/meson.build b/src/cpu_map/meson.build
index 89b1317558..20f5dbc47e 100644
--- a/src/cpu_map/meson.build
+++ b/src/cpu_map/meson.build
@@ -75,6 +75,7 @@ cpumap_data = [
   'x86_SandyBridge-IBRS.xml',
   'x86_SandyBridge.xml',
   'x86_SapphireRapids.xml',
+  'x86_SierraForest.xml',
   'x86_Skylake-Client-IBRS.xml',
   'x86_Skylake-Client-noTSX-IBRS.xml',
   'x86_Skylake-Client.xml',
-- 
2.44.2