Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 20:59:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 197921] [patch] [sched] Allow non-migratable threads to bind to their current CPU.
Message-ID:  <bug-197921-227-zK4o7IG1yb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197921-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197921-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D197921

Ed Maste <emaste@freebsd.org> changed:

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

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

should be:

} else {

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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197921-227-zK4o7IG1yb>