K 10 svn:author V 3 alc K 8 svn:date V 27 2017-02-04T05:23:10.091843Z K 7 svn:log V 428 Over the years, the code and comments in vm_page_startup() have diverged in one respect. When determining how many page structures to allocate, contrary to what the comments say, the code does not account for the overhead of a page structure per page of physical memory. This revision changes the code to match the comments. Reviewed by: kib, markj MFC after: 6 weeks Differential Revision: https://reviews.freebsd.org/D9081 END