From: Paul Benoit <paul@os.amperecomputing.com>
To: util-linux@vger.kernel.org
Cc: Paul Benoit <paul@os.amperecomputing.com>
Subject: [PATCH v2 2/2] lscpu-arm: Correct Ampere part name strings.
Date: Wed, 11 Feb 2026 13:23:09 -0800 [thread overview]
Message-ID: <20260211212309.126190-2-paul@os.amperecomputing.com> (raw)
In-Reply-To: <a758edc3-2d4f-4e5d-8951-8aad0c3a546a@os.amperecomputing.com>
Change "Ampere-1" to "Ampere1", and "Ampere-1a" to "Ampere1a" in the
ampere_part table.
Signed-off-by: Paul Benoit <paul@os.amperecomputing.com>
---
sys-utils/lscpu-arm.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c
index f388080ad..0b0935402 100644
--- a/sys-utils/lscpu-arm.c
+++ b/sys-utils/lscpu-arm.c
@@ -276,8 +276,8 @@ static const struct id_part hisi_part[] = {
};
static const struct id_part ampere_part[] = {
- { 0xac3, "Ampere-1" },
- { 0xac4, "Ampere-1a" },
+ { 0xac3, "Ampere1" },
+ { 0xac4, "Ampere1a" },
{ -1, "unknown" },
};
--
2.48.1
next prev parent reply other threads:[~2026-02-11 21:23 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 ` [PATCH 2/2] lscpu-arm: Remove the "Ampere-1a" part Paul Benoit
2025-07-14 12:16 ` 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 ` Paul Benoit [this message]
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=20260211212309.126190-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