]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: fixed part ID for ARM Cortex-M7
authorMark Sheppard <mark@ddf.net>
Mon, 13 Aug 2018 15:45:01 +0000 (16:45 +0100)
committerMark Sheppard <mark@ddf.net>
Mon, 13 Aug 2018 15:45:01 +0000 (16:45 +0100)
sys-utils/lscpu-arm.c

index 22a9d6f08388464414e15ac744491581195c9dac..37b8f66f616005d175317d6521a0e870c3cc6135 100644 (file)
@@ -60,7 +60,7 @@ static const struct id_part arm_part[] = {
     { 0xc21, "Cortex-M1" },
     { 0xc23, "Cortex-M3" },
     { 0xc24, "Cortex-M4" },
-    { 0xc20, "Cortex-M7" },
+    { 0xc27, "Cortex-M7" },
     { 0xc60, "Cortex-M0+" },
     { 0xd01, "Cortex-A32" },
     { 0xd03, "Cortex-A53" },