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)
Wed, Nov 5, 3:48 AM
Unknown Object (File)
Mon, Nov 3, 11:35 PM
Unknown Object (File)
Tue, Oct 28, 1:24 PM
Unknown Object (File)
Sat, Oct 25, 5:08 PM
Unknown Object (File)
Fri, Oct 24, 4:11 PM
Unknown Object (File)
Oct 12 2025, 7:22 AM
Unknown Object (File)
Oct 12 2025, 7:21 AM
Unknown Object (File)
Oct 12 2025, 7:21 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