aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lew <[email protected]>2017-10-11 14:29:10 -0700
committerAndy Gross <[email protected]>2017-10-11 23:48:27 -0500
commite691b48dcc7553b423bcbc7ddcd9f51698d093b1 (patch)
tree2899ba0a245cdc0b0abf8ba0f16177ed9cd2f7cc
parent5b3940676107dd65165b5eaea58fa60442d29a1f (diff)
soc: qcom: smem: Increase the number of hosts
Increase the maximum number of hosts in a system to 10. Signed-off-by: Chris Lew <[email protected]> Acked-by: Bjorn Andersson <[email protected]> Signed-off-by: Andy Gross <[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 19704baa65f4..0b94d62fad2b 100644
--- a/drivers/soc/qcom/smem.c
+++ b/drivers/soc/qcom/smem.c
@@ -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)