K 10 svn:author V 5 peter K 8 svn:date V 27 2004-05-16T20:44:41.000000Z K 7 svn:log V 200 For consistency with i386, have pmap_kenter_temporary() take a vm_paddr_t argument. It is actually the same type on amd64 (vm_paddr_t = vm_offset_t) but this reduces the i386<->amd64 diffs a little. END