Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142772532
D50574.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D50574.diff
View Options
diff --git a/sys/arm/annapurna/alpine/alpine_machdep.c b/sys/arm/annapurna/alpine/alpine_machdep.c
--- a/sys/arm/annapurna/alpine/alpine_machdep.c
+++ b/sys/arm/annapurna/alpine/alpine_machdep.c
@@ -32,6 +32,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
+#include <sys/devmap.h>
#include <vm/vm.h>
#include <vm/pmap.h>
diff --git a/sys/arm/freescale/vybrid/vf_machdep.c b/sys/arm/freescale/vybrid/vf_machdep.c
--- a/sys/arm/freescale/vybrid/vf_machdep.c
+++ b/sys/arm/freescale/vybrid/vf_machdep.c
@@ -30,6 +30,7 @@
#include <sys/param.h>
#include <sys/systm.h>
+#include <sys/devmap.h>
#include <vm/vm.h>
diff --git a/sys/arm/qualcomm/ipq4018_machdep.c b/sys/arm/qualcomm/ipq4018_machdep.c
--- a/sys/arm/qualcomm/ipq4018_machdep.c
+++ b/sys/arm/qualcomm/ipq4018_machdep.c
@@ -31,6 +31,7 @@
#include <sys/systm.h>
#include <sys/bus.h>
#include <sys/reboot.h>
+#include <sys/devmap.h>
#include <sys/physmem.h>
#include <sys/lock.h>
diff --git a/sys/arm/ti/ti_machdep.c b/sys/arm/ti/ti_machdep.c
--- a/sys/arm/ti/ti_machdep.c
+++ b/sys/arm/ti/ti_machdep.c
@@ -42,6 +42,7 @@
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/bus.h>
+#include <sys/devmap.h>
#include <vm/vm.h>
#include <vm/pmap.h>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 24, 10:14 AM (5 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27895792
Default Alt Text
D50574.diff (1 KB)
Attached To
Mode
D50574: restore #include <sys/devmap.h>
Attached
Detach File
Event Timeline
Log In to Comment