summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sound/midi/sequencer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c
index f30c5b1..9119343 100644
--- a/sys/dev/sound/midi/sequencer.c
+++ b/sys/dev/sound/midi/sequencer.c
@@ -459,7 +459,6 @@ restart:
done:
cv_broadcast(&scp->th_cv);
mtx_unlock(&scp->seq_lock);
- mtx_lock(&Giant);
SEQ_DEBUG(2, printf("seq_eventthread finished\n"));
kproc_exit(0);
}
OpenPOWER on IntegriCloud