Page MenuHomeFreeBSD

D5652.id.diff
No OneTemporary

D5652.id.diff

Index: head/sys/arm/arm/machdep.c
===================================================================
--- head/sys/arm/arm/machdep.c
+++ head/sys/arm/arm/machdep.c
@@ -178,6 +178,12 @@
#define debugf(fmt, args...)
#endif
+#if defined(COMPAT_FREEBSD4) || defined(COMPAT_FREEBSD5) || \
+ defined(COMPAT_FREEBSD6) || defined(COMPAT_FREEBSD7) || \
+ defined(COMPAT_FREEBSD9)
+#error FreeBSD/arm doesn't provide compatibility with releases prior to 10
+#endif
+
struct pcpu __pcpu[MAXCPU];
struct pcpu *pcpup = &__pcpu[0];

File Metadata

Mime Type
text/plain
Expires
Wed, Nov 12, 8:51 PM (3 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25220658
Default Alt Text
D5652.id.diff (532 B)

Event Timeline