Date: Thu, 12 Mar 2009 22:01:42 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <200903122201.n2CM1m4A073040@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2009-03-12 22:01:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/vm vm_page.c Log: SVN rev 189750 on 2009-03-12 22:01:42Z by jhb Disable the vm_page_startup assertion for now. It always fails on platforms with superpages currently because the pages used by vm_reserv_startup() are incorrectly included in the 'npages' count. I haven't removed the assertion as I think this is a real bug, but the side effect is just that some memory is wasted on never-used vm_page structures. The assertion was removed from HEAD which is why the bug wasn't noticed there (and thus this is a direct commit to 7). Revision Changes Path 1.357.2.7 +6 -0 src/sys/vm/vm_page.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903122201.n2CM1m4A073040>