K 10 svn:author V 3 alc K 8 svn:date V 27 2004-04-10T22:41:46.000000Z K 7 svn:log V 371 - 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@ END