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).
Correct pa argument type for pmap_kenter_attr() Tags None Referenced Files None Subscribers None
Description
Details
|