| 326 | |
| 327 | #ifdef SMP |
| 328 | static int |
| 329 | nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu) |
| 330 | { |
| 331 | |
| 332 | return (intr_bind_irq(child, irq, cpu)); |
| 333 | } |
| 334 | #endif |
| 335 | |
| 336 | static bus_space_tag_t |
nothing calls this directly
no test coverage detected