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

Commit 0302c0e6 authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

soc: qcom: smem: Increase the number of hosts



Increase the maximum number of hosts in a system to 10.

Change-Id: I8e2519b0f90c0ef54d6e3bcfdb9a98502e63b40a
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 1efe6460
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -91,7 +91,7 @@
#define SMEM_GLOBAL_HOST	0xfffe

/* Max number of processors/hosts in a system */
#define SMEM_HOST_COUNT		9
#define SMEM_HOST_COUNT		10

/**
  * struct smem_proc_comm - proc_comm communication struct (legacy)