| 532 | |
| 533 | #ifdef SMP |
| 534 | static int |
| 535 | nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu) |
| 536 | { |
| 537 | |
| 538 | return (intr_bind_irq(child, irq, cpu)); |
| 539 | } |
| 540 | #endif |
| 541 | |
| 542 | #ifdef FDT |
nothing calls this directly
no test coverage detected