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
Unknown Object (File)
Tue, Oct 22, 4:51 AM
Unknown Object (File)
Sep 30 2024, 4:14 AM
Unknown Object (File)
Sep 24 2024, 4:06 PM
Unknown Object (File)
Sep 23 2024, 9:06 PM
Unknown Object (File)
Sep 23 2024, 10:26 AM
Unknown Object (File)
Sep 22 2024, 10:36 PM
Unknown Object (File)
Sep 19 2024, 5:11 AM
Unknown Object (File)
Sep 16 2024, 1:14 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