summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-11-16 05:55:56 +0000
committerkib <kib@FreeBSD.org>2012-11-16 05:55:56 +0000
commitbc5bfde14d77206316939f042f58fdc70cffc9d9 (patch)
treef8bae54136acffb362d30b0b1139f7bd83f52d34 /sys/sparc64
parent75f2aa672f6e783275adf2d16f6a8dc94635e278 (diff)
downloadFreeBSD-src-bc5bfde14d77206316939f042f58fdc70cffc9d9.zip
FreeBSD-src-bc5bfde14d77206316939f042f58fdc70cffc9d9.tar.gz
Move the declaration of vm_phys_paddr_to_vm_page() from vm/vm_page.h
to vm/vm_phys.h, where it belongs. Requested and reviewed by: alc MFC after: 2 weeks
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/pmap.c b/sys/sparc64/sparc64/pmap.c
index d20d69f..08f008c 100644
--- a/sys/sparc64/sparc64/pmap.c
+++ b/sys/sparc64/sparc64/pmap.c
@@ -83,6 +83,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_extern.h>
#include <vm/vm_pageout.h>
#include <vm/vm_pager.h>
+#include <vm/vm_phys.h>
#include <machine/cache.h>
#include <machine/frame.h>
OpenPOWER on IntegriCloud