cpu_map: Sort data files in meson.build

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Jiri Denemark 2024-11-28 13:24:49 +01:00
parent b1725fbfb8
commit 50c6d727b6

View File

@ -4,8 +4,8 @@ cpumap_data = [
'arm_cortex-a57.xml', 'arm_cortex-a57.xml',
'arm_cortex-a72.xml', 'arm_cortex-a72.xml',
'arm_Falkor.xml', 'arm_Falkor.xml',
'arm_FT-2000plus.xml',
'arm_features.xml', 'arm_features.xml',
'arm_FT-2000plus.xml',
'arm_Kunpeng-920.xml', 'arm_Kunpeng-920.xml',
'arm_Neoverse-N1.xml', 'arm_Neoverse-N1.xml',
'arm_Neoverse-N2.xml', 'arm_Neoverse-N2.xml',
@ -14,11 +14,11 @@ cpumap_data = [
'arm_ThunderX299xx.xml', 'arm_ThunderX299xx.xml',
'arm_vendors.xml', 'arm_vendors.xml',
'index.xml', 'index.xml',
'ppc64_POWER10.xml',
'ppc64_POWER6.xml', 'ppc64_POWER6.xml',
'ppc64_POWER7.xml', 'ppc64_POWER7.xml',
'ppc64_POWER8.xml', 'ppc64_POWER8.xml',
'ppc64_POWER9.xml', 'ppc64_POWER9.xml',
'ppc64_POWER10.xml',
'ppc64_POWERPC_e5500.xml', 'ppc64_POWERPC_e5500.xml',
'ppc64_POWERPC_e6500.xml', 'ppc64_POWERPC_e6500.xml',
'ppc64_vendors.xml', 'ppc64_vendors.xml',
@ -54,13 +54,8 @@ cpumap_data = [
'x86_Dhyana-v1.xml', 'x86_Dhyana-v1.xml',
'x86_Dhyana-v2.xml', 'x86_Dhyana-v2.xml',
'x86_Dhyana.xml', 'x86_Dhyana.xml',
'x86_EPYC-IBPB.xml',
'x86_EPYC-v1.xml',
'x86_EPYC-v2.xml',
'x86_EPYC-v3.xml',
'x86_EPYC-v4.xml',
'x86_EPYC.xml',
'x86_EPYC-Genoa.xml', 'x86_EPYC-Genoa.xml',
'x86_EPYC-IBPB.xml',
'x86_EPYC-Milan-v1.xml', 'x86_EPYC-Milan-v1.xml',
'x86_EPYC-Milan-v2.xml', 'x86_EPYC-Milan-v2.xml',
'x86_EPYC-Milan.xml', 'x86_EPYC-Milan.xml',
@ -69,6 +64,11 @@ cpumap_data = [
'x86_EPYC-Rome-v3.xml', 'x86_EPYC-Rome-v3.xml',
'x86_EPYC-Rome-v4.xml', 'x86_EPYC-Rome-v4.xml',
'x86_EPYC-Rome.xml', 'x86_EPYC-Rome.xml',
'x86_EPYC-v1.xml',
'x86_EPYC-v2.xml',
'x86_EPYC-v3.xml',
'x86_EPYC-v4.xml',
'x86_EPYC.xml',
'x86_features.xml', 'x86_features.xml',
'x86_GraniteRapids-v1.xml', 'x86_GraniteRapids-v1.xml',
'x86_GraniteRapids.xml', 'x86_GraniteRapids.xml',