summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/isa/mpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/sound/isa/mpu.c')
-rw-r--r--sys/dev/sound/isa/mpu.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/sound/isa/mpu.c b/sys/dev/sound/isa/mpu.c
index 2ccd0a2..7653010 100644
--- a/sys/dev/sound/isa/mpu.c
+++ b/sys/dev/sound/isa/mpu.c
@@ -457,8 +457,6 @@ mpu_intr(void *arg)
scp = (sc_p)arg;
devinfo = scp->devinfo;
- MIDI_DROP_GIANT_NOSWITCH();
-
mtx_lock(&devinfo->flagqueue_mtx);
mtx_lock(&scp->mtx);
@@ -483,8 +481,6 @@ mpu_intr(void *arg)
/* Invoke the upper layer. */
midi_intr(devinfo);
-
- MIDI_PICKUP_GIANT();
}
static int
OpenPOWER on IntegriCloud