summaryrefslogtreecommitdiffstats
path: root/arch/arm/common
diff options
context:
space:
mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2015-04-28 15:51:19 -0400
committerNicolas Pitre <nicolas.pitre@linaro.org>2015-05-06 11:47:10 -0400
commit7895f73169ade9a74940ae6b0b4ee82faf286861 (patch)
tree77b2a86217062942a1a78c9aca722b5e6f707295 /arch/arm/common
parent1c2c7d51c8101ab3c5d8585713d2dcd52d77d33e (diff)
downloadop-kernel-dev-7895f73169ade9a74940ae6b0b4ee82faf286861.zip
op-kernel-dev-7895f73169ade9a74940ae6b0b4ee82faf286861.tar.gz
ARM: MCPM: remove residency argument from mcpm_cpu_suspend()
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>
Diffstat (limited to 'arch/arm/common')
-rw-r--r--arch/arm/common/mcpm_entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/mcpm_entry.c b/arch/arm/common/mcpm_entry.c
index 4924675..a923524 100644
--- a/arch/arm/common/mcpm_entry.c
+++ b/arch/arm/common/mcpm_entry.c
@@ -321,7 +321,7 @@ int mcpm_wait_for_cpu_powerdown(unsigned int cpu, unsigned int cluster)
return ret;
}
-void mcpm_cpu_suspend(u64 expected_residency)
+void mcpm_cpu_suspend(void)
{
if (WARN_ON_ONCE(!platform_ops))
return;
OpenPOWER on IntegriCloud