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)
Fri, Jan 10, 11:01 PM
Unknown Object (File)
Fri, Jan 10, 7:46 PM
Unknown Object (File)
Fri, Jan 3, 7:13 PM
Unknown Object (File)
Fri, Jan 3, 7:11 PM
Unknown Object (File)
Dec 22 2024, 10:04 PM
Unknown Object (File)
Nov 27 2024, 9:21 PM
Unknown Object (File)
Nov 20 2024, 1:38 PM
Unknown Object (File)
Oct 22 2024, 9:00 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable