Page MenuHomeFreeBSD

powerpc: Fix bus_space_unmap
ClosedPublic

Authored by jhb on Jan 12 2024, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 24 2024, 5:17 PM
Unknown Object (File)
Sep 22 2024, 12:02 PM
Unknown Object (File)
Sep 22 2024, 11:48 AM
Unknown Object (File)
Sep 1 2024, 9:44 AM
Unknown Object (File)
Aug 22 2024, 12:36 PM
Unknown Object (File)
Aug 19 2024, 10:07 AM
Unknown Object (File)
Aug 5 2024, 1:46 AM
Unknown Object (File)
Jul 14 2024, 8:57 AM
Subscribers

Details

Summary

Previously it failed to compile since the macro passed too many
arguments to the function. Fix by adding the bus handle to the
function and adding an implementation that calls pmap_unmapdev.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable