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

Commit c12ca74a authored by Murali Nalajala's avatar Murali Nalajala
Browse files

msm: pm: modify secondary cores boot entry



Modify secondary cores boot entry for ARMv8 processors.
Secondary warm boot entry is different for ARMv8 targets.

Change-Id: I83fabbeab47fb17b0239d95f99e43f1afe4eb471
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent a939ac13
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -20,10 +20,12 @@
#include <linux/types.h>
#include <linux/cpuidle.h>

#ifdef CONFIG_SMP
#if !defined(CONFIG_SMP)
#define msm_secondary_startup NULL
#elif defined(CONFIG_CPU_V7)
extern void msm_secondary_startup(void);
#else
#define msm_secondary_startup NULL
#define msm_secondary_startup secondary_entry
#endif

enum msm_pm_sleep_mode {