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)
Sat, May 16, 12:53 AM
Unknown Object (File)
Fri, May 15, 1:41 PM
Unknown Object (File)
Thu, May 14, 8:19 AM
Unknown Object (File)
Wed, May 13, 1:25 PM
Unknown Object (File)
Tue, May 12, 3:50 PM
Unknown Object (File)
Mon, May 11, 9:30 AM
Unknown Object (File)
Fri, May 8, 9:33 PM
Unknown Object (File)
Sun, May 3, 12:25 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