Date: Thu, 28 Nov 2002 00:44:26 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_subr.c Message-ID: <200211280844.gAS8iQPF050951@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2002/11/28 00:44:26 PST Modified files: sys/kern kern_subr.c Log: Use pmap_remove_all() instead of pmap_remove() before freeing the page in vm_pgmoveco(); the page may have more than one mapping. Hold the page queues lock when calling pmap_remove_all(). Approved by: re (blanket) Revision Changes Path 1.63 +4 -5 src/sys/kern/kern_subr.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?200211280844.gAS8iQPF050951>