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>
This commit is contained in:
parent
5b39406761
commit
e691b48dcc
|
@ -91,7 +91,7 @@
|
||||||
#define SMEM_GLOBAL_HOST 0xfffe
|
#define SMEM_GLOBAL_HOST 0xfffe
|
||||||
|
|
||||||
/* Max number of processors/hosts in a system */
|
/* 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)
|
* struct smem_proc_comm - proc_comm communication struct (legacy)
|
||||||
|
|
Loading…
Reference in New Issue