cvs commit: src/sys/vm vm_page.h

Marcel Moolenaar marcel at xcllnt.net
Sat Aug 23 17:17:27 PDT 2003


On Sat, Aug 23, 2003 at 04:32:39PM -0700, David Schultz wrote:
> >   Log:
> >   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.
> 
> Wouldn't it be more appropriate to use uintXX_t?

I thought about that, but couldn't make up my mind. Anyone who
can is more than welcome to change the types if such would be
the case.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel at xcllnt.net


More information about the cvs-src mailing list