Re: svn commit: r339293 - stable/11/sys/net

2018-10-10 Thread Don Lewis
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

svn commit: r339293 - stable/11/sys/net

2018-10-10 Thread John Baldwin
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