summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_phys.h
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/vm/vm_phys.h
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/vm/vm_phys.h')
-rw-r--r--sys/vm/vm_phys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_phys.h b/sys/vm/vm_phys.h
index 902659b..7b7b33b 100644
--- a/sys/vm/vm_phys.h
+++ b/sys/vm/vm_phys.h
@@ -64,6 +64,7 @@ vm_page_t vm_phys_fictitious_to_vm_page(vm_paddr_t pa);
void vm_phys_free_contig(vm_page_t m, u_long npages);
void vm_phys_free_pages(vm_page_t m, int order);
void vm_phys_init(void);
+vm_page_t vm_phys_paddr_to_vm_page(vm_paddr_t pa);
void vm_phys_set_pool(int pool, vm_page_t m, int order);
boolean_t vm_phys_unfree_page(vm_page_t m);
boolean_t vm_phys_zero_pages_idle(void);
OpenPOWER on IntegriCloud