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, Oct 12, 7:22 AM
Unknown Object (File)
Sun, Oct 12, 7:21 AM
Unknown Object (File)
Sun, Oct 12, 7:21 AM
Unknown Object (File)
Sat, Oct 11, 8:56 PM
Unknown Object (File)
Sep 12 2025, 7:08 AM
Unknown Object (File)
Sep 12 2025, 3:33 AM
Unknown Object (File)
Sep 8 2025, 7:45 PM
Unknown Object (File)
Sep 2 2025, 8:58 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