]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flags
authorjeff <jeff@FreeBSD.org>
Tue, 21 Jan 2003 05:44:52 +0000 (05:44 +0000)
committerjeff <jeff@FreeBSD.org>
Tue, 21 Jan 2003 05:44:52 +0000 (05:44 +0000)
commit18309dfabebe791e296990abe7d558eba82724a8
tree0787f6c8182982ce13ac9a14af60a5cbecd9e481
parenta56a74e4b68be38fa9402c627c60820dce36a399
 - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flags
   indicate that uma_small_alloc should not.  This code should be refactored so
   that there is not so much cross arch duplication.

Reviewed by: jake
Spotted by: tmm
Tested on: alpha, sparc64
Pointy hat to: jeff and everyone who cut and pasted the bad code. :-)
sys/alpha/alpha/pmap.c
sys/ia64/ia64/pmap.c
sys/sparc64/sparc64/vm_machdep.c