Re: git: eee6537665ae - main - x86: remove intr_bind

From: Ed Maste <emaste_at_freebsd.org>
Date: Thu, 03 Aug 2023 21:06:08 UTC
On Thu, 3 Aug 2023 at 17:02, Ed Maste <emaste@freebsd.org> wrote:
>
> The branch main has been updated by emaste:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=eee6537665ae9830e831d7473dedd6b2cc81c2ea
>
> commit eee6537665ae9830e831d7473dedd6b2cc81c2ea
> Author:     Elliott Mitchell <ehem+freebsd@m5p.com>
> AuthorDate: 2022-10-07 03:23:34 +0000
> Commit:     Ed Maste <emaste@FreeBSD.org>
> 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.