From: Paul Benoit <paul@os.amperecomputing.com>
To: util-linux@vger.kernel.org
Cc: Paul Benoit <paul@os.amperecomputing.com>
Subject: [PATCH 2/2] lscpu-arm: Remove the "Ampere-1a" part.
Date: Fri, 11 Jul 2025 14:16:48 -0700 [thread overview]
Message-ID: <20250711211648.53361-2-paul@os.amperecomputing.com> (raw)
In-Reply-To: <20250711211648.53361-1-paul@os.amperecomputing.com>
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@os.amperecomputing.com>
---
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
next prev parent reply other threads:[~2025-07-11 21:17 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-11 21:16 [PATCH 1/2] lscpu-arm: Allow externally sourced model name Paul Benoit
2025-07-11 21:16 ` Paul Benoit [this message]
2025-07-14 12:16 ` [PATCH 2/2] lscpu-arm: Remove the "Ampere-1a" part Karel Zak
2025-07-14 20:48 ` Jeremy Linton
2025-07-14 22:22 ` Paul Benoit
2025-07-15 9:19 ` Karel Zak
2025-11-07 21:26 ` Paul Benoit
2025-11-07 20:48 ` Paul Benoit
2026-02-11 21:23 ` [PATCH v2 1/2] lscpu-arm: Include the ARM SMC CC SOC_ID name Paul Benoit
2026-02-11 21:23 ` [PATCH v2 2/2] lscpu-arm: Correct Ampere part name strings Paul Benoit
2025-07-11 22:22 ` [PATCH 1/2] lscpu-arm: Allow externally sourced model name Jeremy Linton
2025-11-07 21:45 ` Paul Benoit
2025-07-14 12:11 ` Karel Zak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250711211648.53361-2-paul@os.amperecomputing.com \
--to=paul@os.amperecomputing.com \
--cc=util-linux@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox