Page MenuHomeFreeBSD

Continue searching for an irq map from the start
ClosedPublic

Authored by andrew on Jun 27 2023, 8:37 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 23, 6:28 PM
Unknown Object (File)
Mon, Apr 21, 6:04 AM
Unknown Object (File)
Fri, Apr 18, 6:27 AM
Unknown Object (File)
Wed, Apr 16, 10:58 PM
Unknown Object (File)
Mon, Apr 14, 8:01 AM
Unknown Object (File)
Mon, Apr 14, 3:42 AM
Unknown Object (File)
Mon, Apr 14, 1:31 AM
Unknown Object (File)
Sun, Apr 13, 9:06 PM
Subscribers

Details

Summary

When searching for a free irq map location continue the search from the
beginning of the list. There may be holes in the map before
irq_map_first_free_idx, e.g. when removing an entries in order will
increase the index past the current free entry.

PR: 271990
Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable