svn commit: r313099 - head/sys/vm
Edward Tomasz Napierala
trasz at FreeBSD.org
Thu Feb 2 17:44:56 UTC 2017
Author: trasz
Date: Thu Feb 2 17:44:55 2017
New Revision: 313099
URL: https://svnweb.freebsd.org/changeset/base/313099
Log:
Ifdef out the unused vm_rr_selectdomain().
MFC after: 2 weeks
Sponsored by: DARPA, AFRL
Modified:
head/sys/vm/vm_phys.c
Modified: head/sys/vm/vm_phys.c
==============================================================================
--- head/sys/vm/vm_phys.c Thu Feb 2 17:43:00 2017 (r313098)
+++ head/sys/vm/vm_phys.c Thu Feb 2 17:44:55 2017 (r313099)
@@ -270,6 +270,7 @@ vm_phys_fictitious_cmp(struct vm_phys_fi
(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.
More information about the svn-src-all
mailing list