https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197921

Zhenlei Huang <z...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |z...@freebsd.org

--- Comment #3 from Zhenlei Huang <z...@freebsd.org> ---
It seems we do not have usage that bind a thread to local CPU, otherwise
`KASSERT(THREAD_CAN_MIGRATE(td), ("%p must be migratable", td))` will complain
(when kernel built with option INVARIANTS).

(In reply to Ed Maste from comment #1)
> but, what about just moving the KASSERT after the `if (PCPU_GET(cpuid) == 
> cpu)` test?
I think that is much simpler.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to