Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/
Dbeat_interrupt.c37 static struct irq_domain *beatic_host; variable
242 beatic_host = irq_domain_add_nomap(NULL, 0, &beatic_pic_host_ops, NULL); in beatic_init_IRQ()
243 BUG_ON(beatic_host == NULL); in beatic_init_IRQ()
244 irq_set_default_host(beatic_host); in beatic_init_IRQ()