soc: qcom: smem: Increase the number of hosts
authorChris Lew <clew@codeaurora.org>
Wed, 11 Oct 2017 21:29:10 +0000 (14:29 -0700)
committerAndy Gross <andy.gross@linaro.org>
Thu, 12 Oct 2017 04:48:27 +0000 (23:48 -0500)
Increase the maximum number of hosts in a system to 10.

Signed-off-by: Chris Lew <clew@codeaurora.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/smem.c

index 19704ba..0b94d62 100644 (file)
@@ -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)