Page MenuHomeFreeBSD

LinuxKPI: const argument to irq_set_affinity_hint()
ClosedPublic

Authored by bz on Jan 28 2023, 4:18 PM.
Tags
None
Referenced Files
F150448326: D38242.diff
Wed, Apr 1, 7:18 AM
Unknown Object (File)
Wed, Mar 25, 12:11 PM
Unknown Object (File)
Mon, Mar 23, 6:14 AM
Unknown Object (File)
Fri, Mar 13, 3:54 PM
Unknown Object (File)
Sun, Mar 8, 7:59 PM
Unknown Object (File)
Sat, Mar 7, 8:51 PM
Unknown Object (File)
Feb 27 2026, 6:05 PM
Unknown Object (File)
Feb 27 2026, 10:20 AM
Subscribers

Details

Summary

irq_set_affinity_hint() takes a const mask argument and some drivers
pass it in as such where earlier implementations were more lenient.
Deal with it and __DECONST() the argument when passed to intr_setaffinity().

Sponsored by: The FreeBSD Foundation
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 49284
Build 46174: arc lint + arc unit