]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Fix Blizzard-M2-Max
authorThomasKaiser <ThomasKaiser@users.noreply.github.com>
Mon, 29 May 2023 12:47:50 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Mon, 29 May 2023 12:47:50 +0000 (14:47 +0200)
sys-utils/lscpu-arm.c

index 4f3b0823f6066647c6df3d2c1b1a343254390704..d83e948b0d844ec754eea5d7b8cf00808327e43d 100644 (file)
@@ -210,7 +210,7 @@ static const struct id_part apple_part[] = {
     { 0x035, "Avalanche-M2-Pro" },
     { 0x036, "Sawtooth-A16" },
     { 0x037, "Everest-A16" },
-    { 0x038, "Avalanche-M2-Max" },
+    { 0x038, "Blizzard-M2-Max" },
     { 0x039, "Avalanche-M2-Max" },
     { -1, "unknown" },
 };