mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
mac-io bus, we cannot setup FAST interrupt handlers. This because we use spinlocks to protect the hardware and all interrupt resources are assigned the same interrupt handler. When the interrupt handler is invoked for interrupt X, it could be preempted for interrupt Y while it was holding the lock (where X and Y are the interrupt resources corresponding a single instance of this driver). This is a deadlock. By only using a MPSAFE handler in that case we prevent preemption. |
||
|---|---|---|
| .. | ||
| scc_bfe.h | ||
| scc_bfe_ebus.c | ||
| scc_bfe_macio.c | ||
| scc_bfe_sbus.c | ||
| scc_bus.h | ||
| scc_core.c | ||
| scc_dev_sab82532.c | ||
| scc_dev_z8530.c | ||
| scc_if.m | ||