Date: Mon, 22 Sep 2003 21:28:04 -0700 (PDT) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200309230428.h8N4S4AV087658@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309230428.h8N4S4AV087658>
