Thread (32 messages) 32 messages, 5 authors, 2011-12-05

Re: [PATCH 10/10] powerpc/mpic: Add in-core support for cascaded MPICs

From: Michael Ellerman <hidden>
Date: 2011-12-01 06:59:56

On Tue, 2011-11-29 at 13:58 -0500, Kyle Moffett wrote:
quoted hunk ↗ jump to hunk
diff --git a/arch/powerpc/platforms/cell/setup.c b/arch/powerpc/platforms/cell/setup.c
index cd00ca8..a0f5d28 100644
--- a/arch/powerpc/platforms/cell/setup.c
+++ b/arch/powerpc/platforms/cell/setup.c
@@ -215,15 +202,6 @@ static void __init mpic_init_IRQ(void)
 		if (mpic == NULL)
 			continue;
 		mpic_init(mpic);
-
-		virq = irq_of_parse_and_map(dn, 0);
-		if (virq == NO_IRQ)
-			continue;
-
-		printk(KERN_INFO "%s : hooking up to IRQ %d\n",
-		       dn->full_name, virq);
-		irq_set_handler_data(virq, mpic);
-		irq_set_chained_handler(virq, cell_mpic_cascade);
 	}
 }
This leaves virq unused, which breaks the build.

cheers

-- 
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help