Remove KKASSERT() from the code block where not all callers' CPU own
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Thu, 19 Jun 2008 05:34:23 +0000 (05:34 +0000)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Thu, 19 Jun 2008 05:34:23 +0000 (05:34 +0000)
commit281b4fa89b3a5b5c9d8a5e2bdcbdef7227cceb51
treef3dbd365ce718c13a690388840b1b682244c14a9
parent95c20811917b96b90817edb0de5204531a7697aa
Remove KKASSERT() from the code block where not all callers' CPU own
the LWP, occasionally leading to a panic because of race between CPUs.

Explained-by: dillon@
sys/kern/usched_bsd4.c