Date: Sat, 23 Aug 2003 17:17:25 -0700 From: Marcel Moolenaar <marcel@xcllnt.net> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/vm vm_page.h Message-ID: <20030824001725.GA76046@dhcp42.pn.xcllnt.net> In-Reply-To: <20030823233239.GB12341@HAL9000.homeunix.com> References: <200308230624.h7N6O0bq088622@repoman.freebsd.org> <20030823233239.GB12341@HAL9000.homeunix.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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@xcllnt.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030824001725.GA76046>