CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/16 13:07:24
Modified files:
sys/kern : kern_sched.c
Log message:
Make sched_barrier() use its own task queue to avoid deadlocks.
Prevent a deadlock from occuring when intr_barrier() is called from
a non-primary CPU in the watchdog task, also enqueued on ``systq''.
ok kettenis@
