Date: Sat, 25 May 2002 21:54:56 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c vm_map.c vm_mmap.c Message-ID: <200205260454.g4Q4sv038753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/05/25 21:54:56 PDT Modified files: sys/vm vm_fault.c vm_map.c vm_mmap.c Log: o Acquire and release Giant around pmap operations in vm_fault_unwire() and vm_map_delete(). Assert GIANT_REQUIRED in vm_map_delete() only if operating on the kernel_object or the kmem_object. o Remove GIANT_REQUIRED from vm_map_remove(). o Remove the acquisition and release of Giant from munmap(). Revision Changes Path 1.142 +2 -1 src/sys/vm/vm_fault.c 1.237 +3 -4 src/sys/vm/vm_map.c 1.141 +0 -2 src/sys/vm/vm_mmap.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?200205260454.g4Q4sv038753>