Date: Tue, 8 Jun 2004 02:20:40 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 pmap.c Message-ID: <200406080220.i582KeDa004131@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2004-06-08 02:20:40 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 pmap.c
Log:
In pmap_extract_and_hold(), there is no need to mask off PG_FRAME because
pmap_extract() already does it.
In pmap_enter(), opa has already been masked so don't do it again.
Wrap a long line (recent transgression).
Use trunc_page() in pmap_mapdev() instead of anding with PG_FRAME, since
that is what we really meant.
Submitted by: alc (first item)
Revision Changes Path
1.466 +5 -4 src/sys/amd64/amd64/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406080220.i582KeDa004131>
