alc 2004-08-02 03:31:05 UTC
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
Eliminate the acquisition and release of Giant around the call to
pmap_mincore() in mincore(2). Either pmap locking exists (alpha, amd64,
i386, ia64) or pmap_mincore() is unimplemented (arm, powerpc, sparc64).
Revision Changes Path
1.191 +0 -2 src/sys/vm/vm_mmap.c