| 332 | |
| 333 | #ifdef SMP |
| 334 | static int |
| 335 | nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu) |
| 336 | { |
| 337 | |
| 338 | return (intr_bind_irq(child, irq, cpu)); |
| 339 | } |
| 340 | #endif |
| 341 | |
| 342 | static int |
nothing calls this directly
no test coverage detected