From: ThomasKaiser Date: Sun, 22 Jan 2023 17:18:44 +0000 (+0100) Subject: Add missing Exynos M5 core X-Git-Tag: v2.39-rc1~126^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b93a604a98c0078fab3ec13e69e40f1f6040fdd2;p=thirdparty%2Futil-linux.git Add missing Exynos M5 core https://github.com/Dr-Noob/cpufetch/blob/master/src/arm/uarch.c#L310 --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 7b606e5185..e2b27a6e64 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" }, };