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, Apr 17, 12:38 PM
Unknown Object (File)
Mar 7 2024, 6:50 PM
Unknown Object (File)
Dec 21 2023, 6:43 PM
Unknown Object (File)
Dec 20 2023, 4:18 AM
Unknown Object (File)
Nov 19 2023, 8:56 AM
Unknown Object (File)
Sep 2 2023, 10:25 PM
Unknown Object (File)
Sep 2 2023, 10:25 PM
Unknown Object (File)
Aug 28 2023, 4:24 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 36479
Build 33368: arc lint + arc unit