K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-08-23T06:24:00.000000Z K 7 svn:log V 253 Add support for 16K and 32K page sizes. The valid and dirty maps in struct vm_page are defined as u_int for 16K pages and u_long for 32K pages, with the implied assumption that long will at least be 64 bits wide on platforms where we support 32K pages. END