Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powermac/
H A Dsmp.c125 static struct irq_domain *psurge_host; variable
192 psurge_host = irq_domain_add_nomap(NULL, ~0, &psurge_host_ops, NULL); in psurge_secondary_ipi_init()
194 if (psurge_host) in psurge_secondary_ipi_init()
195 psurge_secondary_virq = irq_create_direct_mapping(psurge_host); in psurge_secondary_ipi_init()