Date: Tue, 25 Jun 2002 08:13:12 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include pmap.h src/sys/sparc64/sparc64 bus_machdep.c pmap.c Message-ID: <200206251513.g5PFDHa32604@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/06/25 08:13:10 PDT
Modified files:
sys/sparc64/include pmap.h
sys/sparc64/sparc64 bus_machdep.c pmap.c
Log:
pmap_kremove can no longer be used to remove the magic device mappings
installed with pmap_kenter_flags, since the physical addresses may not
have an associated vm_page. Add a function to do this.
Tested by: Tomi Vainio <Tomi.Vainio@Sun.COM>
Revision Changes Path
1.21 +1 -0 src/sys/sparc64/include/pmap.h
1.9 +1 -1 src/sys/sparc64/sparc64/bus_machdep.c
1.62 +14 -0 src/sys/sparc64/sparc64/pmap.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?200206251513.g5PFDHa32604>
