diff options
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_pic.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pic.c b/arch/powerpc/platforms/52xx/mpc52xx_pic.c index c2fa60e0c421..72865e8e4b51 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_pic.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_pic.c | |||
@@ -547,6 +547,8 @@ void __init mpc52xx_init_irq(void) | |||
547 | if (!mpc52xx_irqhost) | 547 | if (!mpc52xx_irqhost) |
548 | panic(__FILE__ ": Cannot allocate the IRQ host\n"); | 548 | panic(__FILE__ ": Cannot allocate the IRQ host\n"); |
549 | 549 | ||
550 | irq_set_default_host(mpc52xx_irqhost); | ||
551 | |||
550 | pr_info("MPC52xx PIC is up and running!\n"); | 552 | pr_info("MPC52xx PIC is up and running!\n"); |
551 | } | 553 | } |
552 | 554 | ||