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, Mar 3, 3:12 AM
Unknown Object (File)
Sat, Feb 28, 11:27 PM
Unknown Object (File)
Sat, Feb 28, 5:32 PM
Unknown Object (File)
Sun, Feb 8, 2:05 PM
Unknown Object (File)
Sun, Feb 8, 3:32 AM
Unknown Object (File)
Jan 31 2026, 1:21 AM
Unknown Object (File)
Dec 26 2025, 10:37 AM
Unknown Object (File)
Dec 22 2025, 10:10 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