Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd952cbb authored by Grant Likely's avatar Grant Likely
Browse files

powerpc/mpc5200: Make internal 5200 PIC the default interrupt controller



The MPC5200 internal interrupt controller setup function needs to set
the default interrupt controller when it is called.  Without this
irq_create_of_mapping() cannot be called without first determining
the pointer to the irq controller (ie. call with controller = NULL).

Reported-by: default avatarSteven Cavanagh <scavanagh@secretlab.ca>
Signed-off-by: default avatarGrant Likely <grant.likely@secretlab.ca>
parent bcb73f56
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -547,6 +547,8 @@ void __init mpc52xx_init_irq(void)
	if (!mpc52xx_irqhost)
		panic(__FILE__ ": Cannot allocate the IRQ host\n");

	irq_set_default_host(mpc52xx_irqhost);

	pr_info("MPC52xx PIC is up and running!\n");
}