K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2017-05-16T03:31:49.656207Z K 7 svn:log V 177 Correct pa argument type for pmap_kenter_attr() Physical addresses are vm_paddr_t, not vm_offset_t. This can make a difference when sizeof(vm_offset_t) != sizeof(vm_paddr_t). END