Date: Sun, 22 Aug 2004 20:52:23 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_page.h Message-ID: <200408222052.i7MKqNHM045111@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2004-08-22 20:52:23 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.h
Log:
Move the cow field between wire_count and hold_count. This is the
position that is 64-bit aligned and makes sure that the valid and
dirty fields are also 64-bit aligned. This means that if PAGE_SIZE
is 32K, the size of the vm_page structure is only increased by 8
bytes instead of 16 bytes. More importantly, the vm_page structure
is either 120 or 128 bytes on ia64. These are "interesting" sizes.
Revision Changes Path
1.133 +1 -1 src/sys/vm/vm_page.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408222052.i7MKqNHM045111>
