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

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

Merge "qcom: pm: use secondary_holding_pen for hotplug warmboot"

parents 2b21a5f3 a75196f5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,13 +19,14 @@

#include <linux/types.h>
#include <linux/cpuidle.h>
#include <asm/smp_plat.h>

#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 secondary_entry
#define msm_secondary_startup secondary_holding_pen
#endif

enum msm_pm_sleep_mode {