svn commit: r226674 - user/attilio/vmcontention/sys/vm

Attilio Rao attilio at FreeBSD.org
Sun Oct 23 21:37:01 UTC 2011


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_ */


More information about the svn-src-user mailing list