cvs commit: src/sys/vm vm_map.c
Alan Cox
alc at FreeBSD.org
Mon Sep 22 21:28:05 PDT 2003
alc 2003/09/22 21:28:04 PDT
FreeBSD src repository
Modified files:
sys/vm vm_map.c
Log:
Change the handling of the kernel and kmem objects in vm_map_delete(): In
order to use "unmanaged" pages in the kmem object, vm_map_delete() must
unconditionally perform pmap_remove(). Otherwise, sparc64 has problems.
Tested by: jake
Revision Changes Path
1.308 +18 -23 src/sys/vm/vm_map.c
More information about the cvs-src
mailing list