ARM: MCPM: remove residency argument from mcpm_cpu_suspend()
authorNicolas Pitre <nicolas.pitre@linaro.org>
Tue, 28 Apr 2015 19:51:19 +0000 (15:51 -0400)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 6 May 2015 15:47:10 +0000 (11:47 -0400)
This is currently unused.

If a suspend must be limited to CPU level only by preventing the last man
from triggering a cluster level suspend then this should be determined
according to many other criteria the MCPM layer is currently not aware of.
It is unlikely that mcpm_cpu_suspend() would be the proper conduit for
that information anyway.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Dave Martin <Dave.Martin@arm.com>

No differences found