Page MenuHomeFreeBSD

D5652.id14361.diff
No OneTemporary

D5652.id14361.diff

Index: sys/arm/arm/machdep.c
===================================================================
--- sys/arm/arm/machdep.c
+++ 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:50 PM (3 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25230630
Default Alt Text
D5652.id14361.diff (517 B)

Event Timeline