Date: Thu, 2 Feb 2017 17:44:55 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r313099 - head/sys/vm Message-ID: <201702021744.v12Hit3U003402@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702021744.v12Hit3U003402>