INTR_FAST

Hans Petter Selasky hps at selasky.org
Thu Aug 27 14:06:37 UTC 2020


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


More information about the freebsd-arm mailing list