]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Adding Neoverse-V3/-N3 ARM cores
authorThomas Kaiser <ThomasKaiser@users.noreply.github.com>
Mon, 26 Feb 2024 11:20:11 +0000 (12:20 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 27 Feb 2024 13:31:21 +0000 (14:31 +0100)
(cherry picked from commit c91694dd066d07c2ca7d68cbe212b2e1f893e942)

sys-utils/lscpu-arm.c

index 511ab281cd80a6be9130aaf4a540611857ebebb9..b9e8060a92f4ca860bf0d88899b1ec58860c584a 100644 (file)
@@ -93,6 +93,8 @@ static const struct id_part arm_part[] = {
     { 0xd80, "Cortex-A520" },
     { 0xd81, "Cortex-A720" },
     { 0xd82, "Cortex-X4" },
+    { 0xd84, "Neoverse-V3" },
+    { 0xd8e, "Neoverse-N3" },
     { -1, "unknown" },
 };