diff options
| author | ThomasKaiser <ThomasKaiser@users.noreply.github.com> | 2023-01-21 19:54:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-21 19:54:27 +0100 |
| commit | df1fc195948bd5f945ee0ee0d7e8ca07ee162e43 (patch) | |
| tree | 917e6393a9a0c0ca2bbfed68f7503d16f5cd52a1 /sys-utils/lscpu-arm.c | |
| parent | cf922cbe1ab4076ce069db7d065e3653f55db1d1 (diff) | |
| download | util-linux-df1fc195948bd5f945ee0ee0d7e8ca07ee162e43.tar.gz | |
Add exynos-m4
https://github.com/ThomasKaiser/sbc-bench/blob/master/results/Exynos-9820.cpuinfo
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" }, }; |
