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

Commit f7fac0f3 authored by Satya Durga Srinivasu Prabhala's avatar Satya Durga Srinivasu Prabhala Committed by Gerrit - the friendly Code Review server
Browse files

sched: core_ctl: increase max clusters supported to 3



To support three cluster system like SDM855, increase max clusters
supported to 3.

Change-Id: Iefd0ca56c91e10d6721d12d6097b22a1931348d4
Signed-off-by: default avatarSatya Durga Srinivasu Prabhala <satyap@codeaurora.org>
parent 575464db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
#include "walt.h"

#define MAX_CPUS_PER_CLUSTER 6
#define MAX_CLUSTERS 2
#define MAX_CLUSTERS 3

struct cluster_data {
	bool inited;