alc 2004/02/12 12:56:07 PST
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Further reduce the use of Giant in vm_map_delete(): Perform pmap_remove()
on system maps, besides the kmem_map, without Giant.
In collaboration with: tegge
Revision Changes Path
1.329 +2 -2 src/sys/vm/vm_map.c