HomeFreeBSD

x86: remove intr_bind

Description

x86: remove intr_bind

intr_bind(u_int vector, u_char cpu); looked suspicious since
everywhere else "cpu" is a u_int and >256 processors isn't unreasonable
now. intr_bind() is not used anywhere in FreeBSD (now, after commit
bf42f3738087). Time to remove.

Relnotes: Yes
Reviewed by: mjg
Differential Revision: https://reviews.freebsd.org/D36901

Details

Provenance
ehem_freebsd_m5p.comAuthored on Oct 7 2022, 3:23 AM
emasteCommitted on Aug 3 2023, 9:01 PM
Reviewer
mjg
Differential Revision
D36901: intr/x86: remove intr_bind() from x86
Parents
rG2bb16c635249: x86: retire use of intr_bind
Branches
Unknown
Tags
Unknown
Reverted By
D41447: x86: restore intr_bind