From: Karel Zak Date: Thu, 12 Apr 2018 09:32:17 +0000 (+0200) Subject: lscpu: Cortex-A12 merged into Cortex-A17 X-Git-Tag: v2.33-rc1~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfd3bb8bc203177e180762d78d20f99b73847d6d;p=thirdparty%2Futil-linux.git lscpu: Cortex-A12 merged into Cortex-A17 References: https://community.arm.com/processors/b/blog/posts/arm-cortex-a17-cortex-a12-processor-update Signed-off-by: Karel Zak --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index f3a746a620..22a9d6f083 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" },