]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: Cortex-A12 merged into Cortex-A17
authorKarel Zak <kzak@redhat.com>
Thu, 12 Apr 2018 09:32:17 +0000 (11:32 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 12 Apr 2018 09:32:17 +0000 (11:32 +0200)
References: https://community.arm.com/processors/b/blog/posts/arm-cortex-a17-cortex-a12-processor-update
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/lscpu-arm.c

index f3a746a6205c8d95f23485ec6d0d82db4e96f5dc..22a9d6f08388464414e15ac744491581195c9dac 100644 (file)
@@ -49,7 +49,7 @@ static const struct id_part arm_part[] = {
     { 0xc07, "Cortex-A7" },
     { 0xc08, "Cortex-A8" },
     { 0xc09, "Cortex-A9" },
-    { 0xc0d, "Cortex-A12" },
+    { 0xc0d, "Cortex-A17" },   /* Originally A12 */
     { 0xc0f, "Cortex-A15" },
     { 0xc0e, "Cortex-A17" },
     { 0xc14, "Cortex-R4" },