diff options
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/common/gic.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/common/gic.c b/arch/arm/common/gic.c index 788658cca960..4b4ccf31e083 100644 --- a/arch/arm/common/gic.c +++ b/arch/arm/common/gic.c | |||
@@ -767,6 +767,9 @@ void __init gic_init_bases(unsigned int gic_nr, int irq_start, | |||
767 | #ifdef CONFIG_SMP | 767 | #ifdef CONFIG_SMP |
768 | set_smp_cross_call(gic_raise_softirq); | 768 | set_smp_cross_call(gic_raise_softirq); |
769 | #endif | 769 | #endif |
770 | |||
771 | set_handle_irq(gic_handle_irq); | ||
772 | |||
770 | gic_chip.flags |= gic_arch_extn.flags; | 773 | gic_chip.flags |= gic_arch_extn.flags; |
771 | gic_dist_init(gic); | 774 | gic_dist_init(gic); |
772 | gic_cpu_init(gic); | 775 | gic_cpu_init(gic); |