[Bug 197921] [patch] [sched] Allow non-migratable threads to bind to their current CPU.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 29 20:59:11 UTC 2019


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

Ed Maste <emaste at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |emaste at freebsd.org

--- Comment #1 from Ed Maste <emaste at freebsd.org> ---
+       }
+       else {  

should be:

} else {

but, what about just moving the KASSERT after the `if (PCPU_GET(cpuid) == cpu)`
test?

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


More information about the freebsd-current mailing list