diff --git a/src/cpu/cpu.cpp b/src/cpu/cpu.cpp
index 4a7e197..140d7ed 100644
--- a/src/cpu/cpu.cpp
+++ b/src/cpu/cpu.cpp
@@ -262,6 +262,8 @@ void enumerate_cpus(void)
if (c) {
c++;
number = strtoull(c, NULL, 10);
+ handle_one_cpu(number, "ARMv7", 0, 0);
+ set_max_cpu(number);
}
}
if (strncmp(line, "cpu family\t",11) == 0) {