Unlock after ISR.
Noticed by: njr Pointy hat to: the impable one.
This commit is contained in:
parent
8a674eedf4
commit
0ceb24ed49
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user