diff options
| author | ThomasKaiser <ThomasKaiser@users.noreply.github.com> | 2022-06-30 07:32:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-30 07:32:40 +0200 |
| commit | 8cdb31d149fb347d71ed266437eadf8df1ab4eb5 (patch) | |
| tree | e72564271a9b6b8bb0281f19ecb5c6adb410aade /sys-utils/lscpu-arm.c | |
| parent | c91217918b3252e24e16abc62b44b6a3e13fe225 (diff) | |
| download | util-linux-8cdb31d149fb347d71ed266437eadf8df1ab4eb5.tar.gz | |
Add Makalu/Makalu-ELP (A715/X3)
Also fix names of A510/A710 cores
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 57b4bbaa10..30977cd2a8 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" }, }; |
