MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nexus_bind_intr

Function nexus_bind_intr

freebsd/mips/mips/nexus.c:534–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

532
533#ifdef SMP
534static int
535nexus_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

Callers

nothing calls this directly

Calls 1

intr_bind_irqFunction · 0.85

Tested by

no test coverage detected