Skip to content

Commit 68a3c4f

Browse files
author
Ashwin Sekhar T K
committed
ARM64: Enable Auto Detection of ThunderX2T99
1 parent 0c4718c commit 68a3c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpuid_arm64.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ int detect(void)
121121
return CPU_VULCAN;
122122
else if (strstr(cpu_part, "0x0a1") && strstr(cpu_implementer, "0x43"))
123123
return CPU_THUNDERX;
124-
else if (strstr(cpu_part, "0xFFF") && strstr(cpu_implementer, "0x43")) /* TODO */
124+
else if (strstr(cpu_part, "0x0af") && strstr(cpu_implementer, "0x43"))
125125
return CPU_THUNDERX2T99;
126126
}
127127

0 commit comments

Comments
 (0)