summaryrefslogtreecommitdiff
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2003-06-12 06:06:14 +0000
committerWarner Losh <imp@FreeBSD.org>2003-06-12 06:06:14 +0000
commit2b8c22f66c8c716e727ade285a6040354ab6f7f1 (patch)
treeda5042cd30d833a87dbb4d9de3c1cb8c313f04da /sys/dev/pccbb
parentdd3b91651fb1ef7b43e23283c5062e1a2fa029e2 (diff)
Notes
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index c22ece8892d2..b3e655c6900c 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -1091,7 +1091,7 @@ cbb_intr(void *arg)
mtx_lock(&Giant);
(*ih->intr)(ih->arg);
if ((ih->flags & INTR_MPSAFE) != 0)
- mtx_lock(&Giant);
+ mtx_unlock(&Giant);
}
}
}