aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_phys.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_phys.c')
-rw-r--r--sys/vm/vm_phys.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c
index c7299b632f15..7150c63d31c9 100644
--- a/sys/vm/vm_phys.c
+++ b/sys/vm/vm_phys.c
@@ -270,6 +270,7 @@ vm_phys_fictitious_cmp(struct vm_phys_fictitious_seg *p1,
(uintmax_t)p1->end, (uintmax_t)p2->start, (uintmax_t)p2->end);
}
+#ifdef notyet
static __inline int
vm_rr_selectdomain(void)
{
@@ -285,6 +286,7 @@ vm_rr_selectdomain(void)
return (0);
#endif
}
+#endif /* notyet */
/*
* Initialise a VM domain iterator.