Skip to content

Commit 04226f1

Browse files
authored
Add the cpuid of the business/rackmount version of z15 as well
1 parent 0925ef7 commit 04226f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpuid_zarch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ int detect(void)
7070
if (strstr(p, "3906")) return CPU_Z14;
7171
if (strstr(p, "3907")) return CPU_Z14;
7272
if (strstr(p, "8561")) return CPU_Z14; // fallback z15 to z14
73+
if (strstr(p, "8562")) return CPU_Z14; // fallback z15 to z14
7374

7475
return CPU_GENERIC;
7576
}

0 commit comments

Comments
 (0)