Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b8218d8 authored by Rohit Vaswani's avatar Rohit Vaswani Committed by Matt Wagantall
Browse files

arm: process.c: Define arm_pm_idle



Define arm_pm_idle to be arch_idle which is defined in pm-8x60.c
(This code should be moved to the pm-8x60 file later on)

Change-Id: I345d436111c585e4dfbae367dac5d24d1a1f9711
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent e9bd7204
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -164,7 +164,8 @@ void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd);
 * This is our default idle handler.
 */

void (*arm_pm_idle)(void);
extern void arch_idle(void);
void (*arm_pm_idle)(void) = arch_idle;

/*
 * Called from the core idle loop.