File util-linux-lscpu-add-more-ARM-cores-2.patch of Package util-linux.35484
From 8cdb31d149fb347d71ed266437eadf8df1ab4eb5 Mon Sep 17 00:00:00 2001
From: ThomasKaiser <ThomasKaiser@users.noreply.github.com>
Date: Thu, 30 Jun 2022 07:32:40 +0200
Subject: [PATCH] Add Makalu/Makalu-ELP (A715/X3)
Also fix names of A510/A710 cores
---
sys-utils/lscpu-arm.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index 57b4bbaa1..30977cd2a 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -83,12 +83,14 @@ static const struct id_part arm_part[] = {
{ 0xd41, "Cortex-A78" },
{ 0xd42, "Cortex-A78AE" },
{ 0xd44, "Cortex-X1" },
- { 0xd46, "Cortex-510" },
- { 0xd47, "Cortex-710" },
+ { 0xd46, "Cortex-A510" },
+ { 0xd47, "Cortex-A710" },
{ 0xd48, "Cortex-X2" },
{ 0xd49, "Neoverse-N2" },
{ 0xd4a, "Neoverse-E1" },
{ 0xd4b, "Cortex-A78C" },
+ { 0xd4d, "Cortex-A715" },
+ { 0xd4e, "Cortex-X3" },
{ -1, "unknown" },
};
--
2.45.0