Date: Sun, 7 Feb 1999 16:44:26 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: current@FreeBSD.ORG Subject: medium sized VM commits Message-ID: <199902080044.QAA31109@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
I've made a number of medium-sized VM commits today, just FYI: * The PQ_ZERO page queue has been ripped out and its functionality merged into PQ_FREE. The code is functionally the same ( or close to it ), but the kernel is a couple of kilobytes smaller. * MAP_ENTRY_IS_A_MAP has been removed. This code was no longer used and we probably wouldn't use it even if we wanted to do to odd little problems with it before. * vm_page_zero_idle() has been adjusted to handle the PQ_ZERO changes as well as revamped somewhat. I've tried to do the same in the alpha version of it too ( since it is in ARCH/ARCH/machdep.c ) but, obviously, I can't compile up the alpha version. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902080044.QAA31109>