On Thu, 3 Aug 2023 at 17:02, Ed Maste <[email protected]> wrote: > > The branch main has been updated by emaste: > > URL: > https://cgit.FreeBSD.org/src/commit/?id=eee6537665ae9830e831d7473dedd6b2cc81c2ea > > commit eee6537665ae9830e831d7473dedd6b2cc81c2ea > Author: Elliott Mitchell <[email protected]> > AuthorDate: 2022-10-07 03:23:34 +0000 > Commit: Ed Maste <[email protected]> > CommitDate: 2023-08-03 21:01:56 +0000 > > 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.
Sigh, this changed after a rebase. The associated commit should be 2bb16c6352494bf7aba92be700908d.
