Skip to content

Commit e691b48

Browse files
Chris LewAndy Gross
authored andcommitted
soc: qcom: smem: Increase the number of hosts
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>
1 parent 5b39406 commit e691b48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/qcom/smem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
#define SMEM_GLOBAL_HOST 0xfffe
9292

9393
/* Max number of processors/hosts in a system */
94-
#define SMEM_HOST_COUNT 9
94+
#define SMEM_HOST_COUNT 10
9595

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

0 commit comments

Comments
 (0)