diff --git a/cpuid_arm.c b/cpuid_arm.c index 211ea2764..51ba72d70 100644 --- a/cpuid_arm.c +++ b/cpuid_arm.c @@ -112,7 +112,7 @@ int detect(void) if (strstr(p, "0xc09")) { return CPU_CORTEXA9; } - if (strstr(p, "0xc15")) { + if (strstr(p, "0xc0f")) { return CPU_CORTEXA15; }