Date: Mon, 20 Jan 2003 21:44:52 -0800 (PST) From: Jeff Roberson <jeff@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha pmap.c src/sys/sparc64/sparc64 vm_machdep.c src/sys/ia64/ia64 pmap.c Message-ID: <200301210544.h0L5iqZ7064327@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2003/01/20 21:44:52 PST
Modified files:
sys/alpha/alpha pmap.c
sys/sparc64/sparc64 vm_machdep.c
sys/ia64/ia64 pmap.c
Log:
- 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. :-)
Revision Changes Path
1.119 +13 -8 src/sys/alpha/alpha/pmap.c
1.88 +15 -7 src/sys/ia64/ia64/pmap.c
1.35 +22 -16 src/sys/sparc64/sparc64/vm_machdep.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301210544.h0L5iqZ7064327>
