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, Nov 27, 9:21 PM
Unknown Object (File)
Nov 20 2024, 1:38 PM
Unknown Object (File)
Oct 22 2024, 9:00 PM
Unknown Object (File)
Oct 5 2024, 6:38 PM
Unknown Object (File)
Oct 5 2024, 12:45 PM
Unknown Object (File)
Oct 2 2024, 5:06 PM
Unknown Object (File)
Oct 2 2024, 7:58 AM
Unknown Object (File)
Oct 2 2024, 5:28 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