Date: Sun, 2 Feb 2003 16:05:12 -0800 (PST) From: Alan Cox <alc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200302030005.h1305CTC004937@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2003/02/02 16:05:12 PST Modified files: sys/i386/i386 pmap.c Log: - Make allpmaps static. - Use atomic subtract to update the global wired pages count. (See also vm/vm_page.c revision 1.233.) - Assert that the page queue lock is held in pmap_remove_entry(). Revision Changes Path 1.382 +4 -3 src/sys/i386/i386/pmap.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?200302030005.h1305CTC004937>