diff options
Diffstat (limited to 'kernel/arch/arm/mach-vexpress/tc2_pm.c')
-rw-r--r-- | kernel/arch/arm/mach-vexpress/tc2_pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/arm/mach-vexpress/tc2_pm.c b/kernel/arch/arm/mach-vexpress/tc2_pm.c index b3328cd46..1aa4ccece 100644 --- a/kernel/arch/arm/mach-vexpress/tc2_pm.c +++ b/kernel/arch/arm/mach-vexpress/tc2_pm.c @@ -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) |