Date: Sat, 18 May 2002 00:48:07 -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.c vm_mmap.c vm_object.c Message-ID: <200205180748.g4I7m7f07087@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/05/18 00:48:06 PDT
Modified files:
sys/vm vm_map.c vm_mmap.c vm_object.c
Log:
o Remove GIANT_REQUIRED from vm_map_madvise(). Instead, acquire and
release Giant around vm_map_madvise()'s call to pmap_object_init_pt().
o Replace GIANT_REQUIRED in vm_object_madvise() with the acquisition
and release of Giant.
o Remove the acquisition and release of Giant from madvise().
Revision Changes Path
1.235 +2 -2 src/sys/vm/vm_map.c
1.139 +4 -5 src/sys/vm/vm_mmap.c
1.213 +3 -1 src/sys/vm/vm_object.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?200205180748.g4I7m7f07087>
