From: ThomasKaiser Date: Mon, 23 Jan 2023 12:15:16 +0000 (+0100) Subject: Change ThunderX3T110 core name to ThunderX3-T110 X-Git-Tag: v2.39-rc1~126^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01e2697a74abaf88a0914e8dc49553ab5b686f5c;p=thirdparty%2Futil-linux.git Change ThunderX3T110 core name to ThunderX3-T110 (for consistency reasons) --- diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index e2b27a6e64..a0dc9fa35d 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -125,7 +125,7 @@ static const struct id_part cavium_part[] = { { 0x0b4, "OcteonTX2-95XXN" }, { 0x0b5, "OcteonTX2-95XXMM" }, { 0x0b6, "OcteonTX2-95XXO" }, - { 0x0b8, "ThunderX3T110" }, + { 0x0b8, "ThunderX3-T110" }, { -1, "unknown" }, };