Date: Sun, 2 Jul 2006 18:22:47 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c src/sys/i386/i386 pmap.c Message-ID: <200607021822.k62IMlxE065632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2006-07-02 18:22:47 UTC FreeBSD src repository Modified files: sys/amd64/amd64 pmap.c sys/i386/i386 pmap.c Log: Correct an error in the new pmap_collect(), thus only affecting HEAD. Specifically, the pv entry was always being freed to the caller's pmap instead of the pmap to which the pv entry belongs. Revision Changes Path 1.563 +1 -1 src/sys/amd64/amd64/pmap.c 1.565 +1 -1 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607021822.k62IMlxE065632>