We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f83217 + a183ad1 commit 27af6e3Copy full SHA for 27af6e3
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