Re: INTR_FAST
Hans Petter Selasky <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.arm |
|---|---|
| Message-ID | <[email protected]> |
On 2020-08-27 16:01, Kamal R. Prasad wrote: > is it common practice to move clock and serial io interrupt handlers to the > filter handler? Yes, but you have to be careful and use spin mutexes for synchronization. You are not allowed to lock regular blocking mutexes in there! --HPS _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-arm To unsubscribe, send any mail to "[email protected]"