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

Commit a7516be3 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pm: modify secondary cores boot entry"

parents a7a0bf63 c12ca74a
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 {