Date: Mon, 23 Aug 1999 11:08:35 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.h Message-ID: <199908231808.LAA86314@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 1999/08/23 11:08:35 PDT
Modified files:
sys/vm vm_map.h
Log:
struct vm_map:
The lock structure cannot be the first element of the vm_map
because this can result in livelock between two or more system
processes trying to kmem_alloc_wait.
Revision Changes Path
1.47 +9 -2 src/sys/vm/vm_map.h
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?199908231808.LAA86314>
