HomeFreeBSD

Correct pa argument type for pmap_kenter_attr()

Description

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).

Details

Provenance
jhibbitsAuthored on
Parents
rS318334: Enable llvm-objdump by default per r310775
Branches
Unknown
Tags
Unknown