aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSibi Sankar <[email protected]>2019-08-07 12:39:51 +0530
committerBjorn Andersson <[email protected]>2019-08-21 15:58:01 -0700
commitf117249e4b7831248404ff1fb47bfe44c355caea (patch)
tree9d580589992b9e7dc7eb6dcc0bf26dfddb1fffe6
parent7bea41c4a25675a32bc3a63cfbd98099fdfb2695 (diff)
soc: qcom: smem: Update max processor count
Update max processor count to reflect the number of co-processors on SC7180 SoCs. Reviewed-by: Vinod Koul <[email protected]> Tested-by: Vinod Koul <[email protected]> Signed-off-by: Sibi Sankar <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r--drivers/soc/qcom/smem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c
index 0caf67e2f037..28c19bcb2f20 100644
--- a/drivers/soc/qcom/smem.c
+++ b/drivers/soc/qcom/smem.c
@@ -84,7 +84,7 @@
#define SMEM_GLOBAL_HOST 0xfffe
/* Max number of processors/hosts in a system */
-#define SMEM_HOST_COUNT 10
+#define SMEM_HOST_COUNT 11
/**
* struct smem_proc_comm - proc_comm communication struct (legacy)