Page MenuHomeFreeBSD

Remove redundantcy from the arm GIC softc
ClosedPublic

Authored by andrew on Jan 25 2021, 8:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 27, 1:04 PM
Unknown Object (File)
Mon, Mar 23, 3:46 PM
Unknown Object (File)
Mon, Mar 23, 12:20 AM
Unknown Object (File)
Sat, Mar 14, 3:20 PM
Unknown Object (File)
Tue, Mar 10, 11:33 AM
Unknown Object (File)
Tue, Mar 10, 5:42 AM
Unknown Object (File)
Mon, Mar 9, 11:50 PM
Unknown Object (File)
Tue, Mar 3, 3:12 AM
Subscribers

Details

Summary

A struct recource already contains the bus_space_tag_t and
bus_space_handle_t. There is no neec to read them and store them again
in the drivers softc. Remove them and use the struct resource directly
with bus_read_* and bus_write_*.

Diff Detail

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