Date: Sun, 23 Oct 2011 21:37:01 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r226674 - user/attilio/vmcontention/sys/vm Message-ID: <201110232137.p9NLb1E3057563@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: attilio Date: Sun Oct 23 21:37:01 2011 New Revision: 226674 URL: http://svn.freebsd.org/changeset/base/226674 Log: Remove the stub for faking promotion failure now that the reservations are fully supported. Modified: user/attilio/vmcontention/sys/vm/vm_reserv.h Modified: user/attilio/vmcontention/sys/vm/vm_reserv.h ============================================================================== --- user/attilio/vmcontention/sys/vm/vm_reserv.h Sun Oct 23 20:03:33 2011 (r226673) +++ user/attilio/vmcontention/sys/vm/vm_reserv.h Sun Oct 23 21:37:01 2011 (r226674) @@ -57,9 +57,6 @@ void vm_reserv_rename(vm_page_t m, vm_o vm_paddr_t vm_reserv_startup(vm_offset_t *vaddr, vm_paddr_t end, vm_paddr_t high_water); -#else -#define vm_reserv_level_iffullpop(m) -1 - #endif /* VM_NRESERVLEVEL > 0 */ #endif /* _KERNEL */ #endif /* !_VM_RESERV_H_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201110232137.p9NLb1E3057563>