summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_page.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_page.c')
-rw-r--r--sys/vm/vm_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_page.c b/sys/vm/vm_page.c
index 4924e2b5..2559a9f 100644
--- a/sys/vm/vm_page.c
+++ b/sys/vm/vm_page.c
@@ -508,7 +508,7 @@ vm_page_dirty(vm_page_t m)
* pindex is not found in the vm_object, returns a vm_page that is
* adjacent to the pindex, coming before or after it.
*/
-static vm_page_t
+vm_page_t
vm_page_splay(vm_pindex_t pindex, vm_page_t root)
{
struct vm_page dummy;
OpenPOWER on IntegriCloud