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
F163114246: D38242.id115977.diff
Mon, Jul 20, 4:47 AM
F163103565: D38242.id.diff
Mon, Jul 20, 2:56 AM
Unknown Object (File)
Thu, Jul 16, 2:00 AM
Unknown Object (File)
Tue, Jul 7, 11:17 PM
Unknown Object (File)
Jun 12 2026, 10:25 AM
Unknown Object (File)
Jun 11 2026, 8:51 PM
Unknown Object (File)
Jun 7 2026, 11:54 AM
Unknown Object (File)
May 31 2026, 2:34 PM
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