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)
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
Unknown Object (File)
Sun, Aug 2, 4:14 PM
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