K 10 svn:author V 3 alc K 8 svn:date V 27 2017-03-18T05:48:26.100736Z K 7 svn:log V 349 MFC r313186 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. END