blob: a3e4a8d8333cbdc2761b35d2a320291568eb5c1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-cpuid__arm.c,v 1.1 2020/11/05 16:31:45 bacon Exp $
Add default arm processor type
--- cpuid_arm.c.orig 2016-09-01 03:58:42 UTC
+++ cpuid_arm.c
@@ -181,7 +181,8 @@ int detect(void)
}
}
-
+#else
+ return CPU_ARMV6;
#endif
return CPU_UNKNOWN;
|