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, Apr 24, 8:03 PM
Unknown Object (File)
Fri, Apr 24, 3:13 AM
Unknown Object (File)
Thu, Apr 23, 9:13 AM
Unknown Object (File)
Wed, Apr 22, 9:33 PM
Unknown Object (File)
Tue, Apr 21, 11:47 AM
Unknown Object (File)
Mon, Apr 20, 10:01 PM
Unknown Object (File)
Sat, Apr 4, 6:48 PM
Unknown Object (File)
Sat, Apr 4, 6:59 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