On 10 Oct, John Baldwin wrote:
> Author: jhb
> Date: Wed Oct 10 21:28:04 2018
> New Revision: 339293
> URL: https://svnweb.freebsd.org/changeset/base/339293
>
> Log:
> Disable the KASSERT for curcpu == 0 in netisr for EARLY_AP_STARTUP.
>
> In the EARLY_AP_STARTUP case, thread0 can migrate t
Author: jhb
Date: Wed Oct 10 21:28:04 2018
New Revision: 339293
URL: https://svnweb.freebsd.org/changeset/base/339293
Log:
Disable the KASSERT for curcpu == 0 in netisr for EARLY_AP_STARTUP.
In the EARLY_AP_STARTUP case, thread0 can migrate to another CPU
before this SYSINIT is run. Howe