]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Handle recursion on the vm_page_queue_mtx manually in pmap_qenter and
authorjake <jake@FreeBSD.org>
Tue, 17 Jun 2003 23:22:35 +0000 (23:22 +0000)
committerjake <jake@FreeBSD.org>
Tue, 17 Jun 2003 23:22:35 +0000 (23:22 +0000)
commitd54ed51ea92e745fb49138453ff3331e9304b943
treeeb984cc778b5733d439db07051fd5c772bb71305
parent2b56b8c4099fe06da7846f0db164b131bd854337
Handle recursion on the vm_page_queue_mtx manually in pmap_qenter and
pmap_qremove, in order to avoid making the mutex recursable.

Discussed with: alc
sys/sparc64/sparc64/pmap.c