Date: Sun, 14 May 2000 11:46:40 -0700 (PDT) From: Matt Dillon <dillon@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_map.c Message-ID: <200005141846.LAA44057@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dillon 2000/05/14 11:46:40 PDT Modified files: sys/vm vm_map.c Log: Fixed bug in madvise() / MADV_WILLNEED. When the request is offset from the base of the first map_entry the call to pmap_object_init_pt() uses the wrong start VA. MFC to follow. PR: i386/18095 Revision Changes Path 1.190 +6 -2 src/sys/vm/vm_map.c 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?200005141846.LAA44057>