summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2005-02-09 00:10:17 +0000
committerjmg <jmg@FreeBSD.org>2005-02-09 00:10:17 +0000
commite9d4e6750b87f8361457626e4b8ce2e0724d301d (patch)
treef6dcf0378c0580ba332c7a618abfa6d0534bb164 /sys
parent6dc45b9fcb28275868e04dda43f46653d2813373 (diff)
downloadFreeBSD-src-e9d4e6750b87f8361457626e4b8ce2e0724d301d.zip
FreeBSD-src-e9d4e6750b87f8361457626e4b8ce2e0724d301d.tar.gz
move pmap.h after vm.h include... some of the headers from pmap.h depend
upon vm.h
Diffstat (limited to 'sys')
-rw-r--r--sys/arm/arm/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/arm/machdep.c b/sys/arm/arm/machdep.c
index b58b253..782aef8 100644
--- a/sys/arm/arm/machdep.c
+++ b/sys/arm/arm/machdep.c
@@ -68,8 +68,8 @@ __FBSDID("$FreeBSD$");
#include <sys/sysproto.h>
#include <sys/uio.h>
-#include <vm/pmap.h>
#include <vm/vm.h>
+#include <vm/pmap.h>
#include <vm/vm_map.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
OpenPOWER on IntegriCloud