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)
Fri, May 31, 9:36 AM
Unknown Object (File)
Sun, May 12, 6:14 PM
Unknown Object (File)
Sat, May 11, 7:48 PM
Unknown Object (File)
Sat, May 11, 1:26 AM
Unknown Object (File)
Fri, May 10, 11:06 AM
Unknown Object (File)
Thu, May 9, 1:49 PM
Unknown Object (File)
May 3 2024, 6:59 PM
Unknown Object (File)
May 1 2024, 9:05 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