MFC: Add a BUS_BIND_INTR() method to the bus interface to bind an IRQ
resource to a CPU. A bus_bind_intr(9) wrapper routine similar to
bus_setup/teardown_intr() is added for device drivers to use. Currently
it is supported on amd64, i386, and sparc64 via nexus(4) methods that
simply call the intr_bind() routine.
Description
Description
Details
Details
- Provenance
jhb Authored on - Parents
- rS180082: MFC: Add preliminary support for binding interrupts to CPUs:
- Branches
- Unknown
- Tags