]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add missing Exynos M5 core
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Sun, 22 Jan 2023 17:18:44 +0000 (18:18 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 17:18:44 +0000 (18:18 +0100)
https://github.com/Dr-Noob/cpufetch/blob/master/src/arm/uarch.c#L310

sys-utils/lscpu-arm.c

index 7b606e5185cf99fe63f767ceef4d653de51d8f7c..e2b27a6e641666531305c3a034d0a982588d2955 100644 (file)
@@ -157,6 +157,7 @@ static const struct id_part samsung_part[] = {
     { 0x001, "exynos-m1" },
     { 0x002, "exynos-m3" },
     { 0x003, "exynos-m4" },
+    { 0x004, "exynos-m5" },
     { -1, "unknown" },
 };