Use the correct type to pmap_mapdev() in nexus_activate_resource().
pmap_mapdev() takes vm_paddr_t, which may be sized differently from vm_offset_t,
as it is in book-e.
Sponsored by: Alex Perez/Inertial Computing
Use the correct type to pmap_mapdev() in nexus_activate_resource(). Tags None Referenced Files None Subscribers None
Description
Details
|