ARM: 6807/1: realview: Fix secondary GIC initialisation for EB with MPCore tile
[deliverable/linux.git] / arch / arm / mach-realview / realview_eb.c
index 2ecc1d94284e0a02e63ca2f54b42989b3e122cc2..10e75faba4c9c6e95743d25790e81b47676ad10b 100644 (file)
@@ -348,7 +348,7 @@ static void __init gic_init_irq(void)
 
 #ifndef CONFIG_REALVIEW_EB_ARM11MP_REVB
                /* board GIC, secondary */
-               gic_init(1, 64, __io_address(REALVIEW_EB_GIC_DIST_BASE),
+               gic_init(1, 96, __io_address(REALVIEW_EB_GIC_DIST_BASE),
                         __io_address(REALVIEW_EB_GIC_CPU_BASE));
                gic_cascade_irq(1, IRQ_EB11MP_EB_IRQ1);
 #endif
This page took 0.046183 seconds and 5 git commands to generate.