[PATCH v2 1/3] arm64: kernel: rename __cpu_suspend to keep it aligned with arm

Catalin Marinas catalin.marinas at arm.com
Thu Jun 18 07:55:05 PDT 2015


On Thu, Jun 18, 2015 at 03:41:32PM +0100, Sudeep Holla wrote:
> This patch renames __cpu_suspend to cpu_suspend so that it's aligned
> with ARM32. It also removes the redundant wrapper created.
> 
> This is in preparation to implement generic PSCI system suspend using
> the cpu_{suspend,resume} which now has the same interface on both ARM
> and ARM64.
> 
> Cc: Mark Rutland <mark.rutland at arm.com>
> Reviewed-by: Lorenzo Pieralisi <lorenzo.pieralisi at arm.com>
> Signed-off-by: Sudeep Holla <sudeep.holla at arm.com>
> ---
>  arch/arm64/include/asm/cpuidle.h | 8 ++------
>  arch/arm64/include/asm/suspend.h | 2 +-
>  arch/arm64/kernel/cpuidle.c      | 4 ++--
>  arch/arm64/kernel/psci.c         | 2 +-
>  arch/arm64/kernel/suspend.c      | 6 +++---
>  5 files changed, 9 insertions(+), 13 deletions(-)

Acked-by: Catalin Marinas <catalin.marinas at arm.com>

Does this patch depend on the other patches from Mark and Lorenzo or it
can be merged earlier?



More information about the linux-arm-kernel mailing list