|
@@ -329,9 +329,6 @@ static int xics_host_map(struct irq_domain *h, unsigned int virq,
|
|
|
|
|
|
|
|
pr_devel("xics: map virq %d, hwirq 0x%lx\n", virq, hw);
|
|
pr_devel("xics: map virq %d, hwirq 0x%lx\n", virq, hw);
|
|
|
|
|
|
|
|
- /* Insert the interrupt mapping into the radix tree for fast lookup */
|
|
|
|
|
- irq_radix_revmap_insert(xics_host, virq, hw);
|
|
|
|
|
-
|
|
|
|
|
/* They aren't all level sensitive but we just don't really know */
|
|
/* They aren't all level sensitive but we just don't really know */
|
|
|
irq_set_status_flags(virq, IRQ_LEVEL);
|
|
irq_set_status_flags(virq, IRQ_LEVEL);
|
|
|
|
|
|