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, Mar 12, 7:01 PM
Unknown Object (File)
Mon, Mar 3, 2:09 PM
Unknown Object (File)
Sat, Feb 22, 8:30 AM
Unknown Object (File)
Fri, Feb 21, 10:11 AM
Unknown Object (File)
Feb 5 2025, 1:31 AM
Unknown Object (File)
Jan 30 2025, 7:00 AM
Unknown Object (File)
Jan 29 2025, 2:49 AM
Unknown Object (File)
Jan 10 2025, 11:01 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36479
Build 33368: arc lint + arc unit