diff options
| author | 2019-11-04 18:06:02 +0000 | |
|---|---|---|
| committer | 2019-11-04 18:06:02 +0000 | |
| commit | 2afc0175809bf995111e1d7f5854505c04a2b2db (patch) | |
| tree | d6670666745dc89ac1dc77a40c059986df6ece37 /sys/kern/sched_bsd.c | |
| parent | Regularly poll and report kubsan findings using the timeout(9) API (diff) | |
| download | wireguard-openbsd-2afc0175809bf995111e1d7f5854505c04a2b2db.tar.xz wireguard-openbsd-2afc0175809bf995111e1d7f5854505c04a2b2db.zip | |
Restore the old way of dispatching dead procs through idle proc.
The new way needs more thought.
Diffstat (limited to 'sys/kern/sched_bsd.c')
| -rw-r--r-- | sys/kern/sched_bsd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/sched_bsd.c b/sys/kern/sched_bsd.c index 8f988ae7c57..5219a9121b6 100644 --- a/sys/kern/sched_bsd.c +++ b/sys/kern/sched_bsd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sched_bsd.c,v 1.58 2019/11/02 05:31:20 visa Exp $ */ +/* $OpenBSD: sched_bsd.c,v 1.59 2019/11/04 18:06:03 visa Exp $ */ /* $NetBSD: kern_synch.c,v 1.37 1996/04/22 01:38:37 christos Exp $ */ /*- @@ -413,7 +413,6 @@ mi_switch(void) SCHED_ASSERT_UNLOCKED(); - dispatch_deadproc(); smr_idle(); /* |
