From: ThomasKaiser Date: Sat, 21 Jan 2023 18:54:27 +0000 (+0100) Subject: Add exynos-m4 X-Git-Tag: v2.39-rc1~126^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df1fc195948bd5f945ee0ee0d7e8ca07ee162e43;p=thirdparty%2Futil-linux.git Add exynos-m4 https://github.com/ThomasKaiser/sbc-bench/blob/master/results/Exynos-9820.cpuinfo --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 78b4d677bb..d7bec8dc2b 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -146,6 +146,7 @@ static const struct id_part qcom_part[] = { static const struct id_part samsung_part[] = { { 0x001, "exynos-m1" }, { 0x002, "exynos-m3" }, + { 0x003, "exynos-m4" }, { -1, "unknown" }, };