]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- pmap_kenter_temporary() is unused by machine-independent code. Therefore,
authorAlan Cox <alc@FreeBSD.org>
Sat, 10 Apr 2004 22:41:46 +0000 (22:41 +0000)
committerAlan Cox <alc@FreeBSD.org>
Sat, 10 Apr 2004 22:41:46 +0000 (22:41 +0000)
commitb14d6acced991c56cdee9bab37fd877aac79ffc9
tree981776346928475e4e6a7d3ae63a45c41c6de914
parent87bd2f457b4f7c587f3310410179293f2e85b320
 - pmap_kenter_temporary() is unused by machine-independent code.  Therefore,
   move its declaration to the machine-dependent header file on those
   machines that use it.  In principle, only i386 should have it.
   Alpha and AMD64 should use their direct virtual-to-physical mapping.
 - Remove pmap_kenter_temporary() from ia64.  It is unused.  Approved
   by: marcel@
sys/alpha/include/pmap.h
sys/amd64/include/pmap.h
sys/i386/include/pmap.h
sys/ia64/ia64/pmap.c
sys/vm/pmap.h