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 3, 6:59 PM
Unknown Object (File)
Wed, May 1, 9:05 AM
Unknown Object (File)
Mon, Apr 8, 7:26 PM
Unknown Object (File)
Mar 2 2024, 4:42 PM
Unknown Object (File)
Feb 19 2024, 10:14 PM
Unknown Object (File)
Feb 18 2024, 8:46 PM
Unknown Object (File)
Jan 23 2024, 6:58 PM
Unknown Object (File)
Jan 23 2024, 7:07 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