Date: Tue, 25 Jun 2002 15:14:06 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm device_pager.c vm_object.c vm_object.h src/sys/i386/i386 pmap.c Message-ID: <200206252214.g5PME6X11267@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2002/06/25 15:14:06 PDT
Modified files:
sys/vm device_pager.c vm_object.c vm_object.h
sys/i386/i386 pmap.c
Log:
Complete the initial set of VM changes required to support full
64-bit file sizes. This step simply addresses the remaining overflows,
and does attempt to optimise performance. The details are:
o Use a 64-bit type for the vm_object `size' and the size argument
to vm_object_allocate().
o Use the correct type for index variables in dev_pager_getpages(),
vm_object_page_clean() and vm_object_page_remove().
o Avoid an overflow in the i386 pmap_object_init_pt().
Revision Changes Path
1.324 +2 -6 src/sys/i386/i386/pmap.c
1.58 +1 -1 src/sys/vm/device_pager.c
1.218 +4 -4 src/sys/vm/vm_object.c
1.80 +3 -3 src/sys/vm/vm_object.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206252214.g5PME6X11267>
