Drop driver lock before exiting from interrupt handler.

Submitted by:	jhb
MFC after:	3 days
This commit is contained in:
Pyun YongHyeon 2010-05-04 17:02:34 +00:00
parent a3255f9b15
commit 3d763c3133

View File

@ -3594,6 +3594,7 @@ msk_intr(void *xsc)
(sc->msk_pflags & MSK_FLAG_SUSPEND) != 0 ||
(status & sc->msk_intrmask) == 0) {
CSR_WRITE_4(sc, B0_Y2_SP_ICR, 2);
MSK_UNLOCK(sc);
return;
}