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)
Tue, Aug 18, 4:41 AM
Unknown Object (File)
Sun, Aug 16, 5:29 AM
Unknown Object (File)
Thu, Aug 13, 12:16 AM
Unknown Object (File)
Sun, Aug 9, 9:52 PM
Unknown Object (File)
Sun, Aug 9, 4:20 PM
Unknown Object (File)
Fri, Aug 7, 8:35 PM
Unknown Object (File)
Thu, Aug 6, 5:17 AM
Unknown Object (File)
Wed, Aug 5, 8:20 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36479
Build 33368: arc lint + arc unit