Remove the "Ampere-1a" part. On newer Ampere Computing systems, the system/model name will be obtained from /sys/bus/soc/devices/soc0/machine, that is populated with the ARM SMC CC SOC_ID Name. Signed-off-by: Paul Benoit <paul@xxxxxxxxxxxxxxxxxxxxxx> --- sys-utils/lscpu-arm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 8745599d4..4ea555d86 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -268,7 +268,6 @@ static const struct id_part hisi_part[] = { static const struct id_part ampere_part[] = { { 0xac3, "Ampere-1" }, - { 0xac4, "Ampere-1a" }, { -1, "unknown" }, }; -- 2.48.1