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)
Feb 26 2025, 9:31 PM
Unknown Object (File)
Feb 12 2025, 7:41 PM
Unknown Object (File)
Feb 12 2025, 12:00 AM
Unknown Object (File)
Feb 3 2025, 7:58 PM
Unknown Object (File)
Jan 3 2025, 5:08 PM
Unknown Object (File)
Nov 20 2024, 5:41 AM
Unknown Object (File)
Nov 20 2024, 3:42 AM
Unknown Object (File)
Oct 22 2024, 4:51 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