On 2024/6/12 0:54, Catalin Marinas wrote:
On Wed, Jun 05, 2024 at 02:14:57PM +0100, Sudeep Holla wrote:
The ACPI cpuidle LPI FFH code can be moved out of arm64 arch code as
it just uses SMCCC. Move all the ACPI cpuidle LPI FFH code into
drivers/acpi/arm64/cpuidle.c
Signed-off-by: Sudeep Holla <sudeep.holla@xxxxxxx>
---
arch/arm64/kernel/Makefile | 1 -
drivers/acpi/arm64/Makefile | 1 +
{arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c | 4 ----
3 files changed, 1 insertion(+), 5 deletions(-)
rename {arch/arm64/kernel => drivers/acpi/arm64}/cpuidle.c (97%)
For arch/arm64 changes:
Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>
Lorenzo, Hanjun, please let me know if you want these to go in via the
arm64 tree or Raphael's one.
As it's arm64 related code, I would like to go via the arm64 tree.
Thanks
Hanjun