aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/midi
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2008-04-16 16:47:14 +0000
committerKris Kennaway <kris@FreeBSD.org>2008-04-16 16:47:14 +0000
commitc637bc9203e6504745321ebdf950bcb0c720cab7 (patch)
tree5f5ef92b09a59ec14c419cb6b94d58b42865c243 /sys/dev/sound/midi
parent96e5e69a4aa6c16a360cd171171728237416d9aa (diff)
Notes
Diffstat (limited to 'sys/dev/sound/midi')
-rw-r--r--sys/dev/sound/midi/mpu401.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c
index 14f2212ae246..dfdf969e9915 100644
--- a/sys/dev/sound/midi/mpu401.c
+++ b/sys/dev/sound/midi/mpu401.c
@@ -177,7 +177,7 @@ mpu401_init(kobj_class_t cls, void *cookie, driver_intr_t softintr,
kobj_init((kobj_t)m, cls);
- callout_init(&m->timer, 1);
+ callout_init(&m->timer, CALLOUT_MPSAFE);
m->si = softintr;
m->cookie = cookie;