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
F131748867: D38242.id116537.diff
Fri, Oct 10, 9:07 PM
F131748561: D38242.id.diff
Fri, Oct 10, 9:04 PM
F131748556: D38242.id115977.diff
Fri, Oct 10, 9:04 PM
Unknown Object (File)
Fri, Oct 10, 3:27 PM
Unknown Object (File)
Thu, Oct 9, 11:31 AM
Unknown Object (File)
Wed, Oct 8, 6:57 AM
Unknown Object (File)
Mon, Sep 29, 7:51 AM
Unknown Object (File)
Wed, Sep 17, 6:18 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 Not Applicable
Unit
Tests Not Applicable