Home
last modified time | relevance | path

Searched refs:psurge_host (Results 1 – 1 of 1) sorted by relevance

/arch/powerpc/platforms/powermac/
Dsmp.c128 static struct irq_domain *psurge_host; variable
195 psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL); in psurge_secondary_ipi_init()
197 if (psurge_host) in psurge_secondary_ipi_init()
198 psurge_secondary_virq = irq_create_direct_mapping(psurge_host); in psurge_secondary_ipi_init()