We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f83217 commit a183ad1Copy full SHA for a183ad1
1 file changed
cpuid_arm.c
@@ -90,7 +90,7 @@ int detect(void)
90
while (fgets(buffer, sizeof(buffer), infile))
91
{
92
93
- if (!strncmp("model name", buffer, 10))
+ if ((!strncmp("model name", buffer, 10)) || (!strncmp("Processor", buffer, 9)))
94
95
p = strchr(buffer, ':') + 2;
96
break;
0 commit comments