Unlock after ISR.

Noticed by: njr
Pointy hat to: the impable one.
This commit is contained in:
imp 2003-06-12 06:06:14 +00:00
parent 8a674eedf4
commit 0ceb24ed49

View File

@ -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);
}
}
}