summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_switch.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_switch.c')
-rw-r--r--sys/kern/kern_switch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c
index d1d7070..6651f70 100644
--- a/sys/kern/kern_switch.c
+++ b/sys/kern/kern_switch.c
@@ -222,8 +222,6 @@ kse_reassign(struct kse *ke)
* can not borrow KSEs.
*/
if (loaned) {
- KASSERT((original->td_standin == NULL),
- ("kse_reassign: borrower still has standin thread"));
TD_CLR_LOAN(owner);
ke->ke_thread = owner;
original->td_kse = NULL; /* give it amnesia */
OpenPOWER on IntegriCloud