Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135682311
D5652.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
532 B
Referenced Files
None
Subscribers
None
D5652.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D5652: Disallow old support for old COMPAT_FREEBSD
Attached
Detach File
Event Timeline
Log In to Comment