These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / cpuidle / cpuidle-big_little.c
index 40c34fa..db2ede5 100644 (file)
@@ -108,13 +108,7 @@ static int notrace bl_powerdown_finisher(unsigned long arg)
        unsigned int cpu = MPIDR_AFFINITY_LEVEL(mpidr, 0);
 
        mcpm_set_entry_vector(cpu, cluster, cpu_resume);
-
-       /*
-        * Residency value passed to mcpm_cpu_suspend back-end
-        * has to be given clear semantics. Set to 0 as a
-        * temporary value.
-        */
-       mcpm_cpu_suspend(0);
+       mcpm_cpu_suspend();
 
        /* return value != 0 means failure */
        return 1;