Date: Mon, 27 Oct 2003 14:15:03 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 pmap.c Message-ID: <200310272215.h9RMF335025887@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/10/27 14:15:03 PST
FreeBSD src repository
Modified files:
sys/i386/i386 pmap.c
Log:
Fix pmap_unmapdev() to call pmap_kremove() instead of implementing it
directly so that it more closely mirrors pmap_mapdev() which calls
pmap_kenter().
Revision Changes Path
1.451 +2 -5 src/sys/i386/i386/pmap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310272215.h9RMF335025887>
