irqchip/gic: Ensure gic_cpu_if_up/down() programs correct GIC instance
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-vexpress / tc2_pm.c
index b3328cd46c332b61d3981ed008947dbe45f8a1b2..1aa4ccece69f97cb06dacb98f146d91bde6560d2 100644 (file)
@@ -80,7 +80,7 @@ static void tc2_pm_cpu_powerdown_prepare(unsigned int cpu, unsigned int cluster)
         * to the CPU by disabling the GIC CPU IF to prevent wfi
         * from completing execution behind power controller back
         */
-       gic_cpu_if_down();
+       gic_cpu_if_down(0);
 }
 
 static void tc2_pm_cluster_powerdown_prepare(unsigned int cluster)