Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Chris Lew and committed by
Andy Gross
e691b48d 5b394067

+1 -1
+1 -1
drivers/soc/qcom/smem.c
··· 91 91 #define SMEM_GLOBAL_HOST 0xfffe 92 92 93 93 /* Max number of processors/hosts in a system */ 94 - #define SMEM_HOST_COUNT 9 94 + #define SMEM_HOST_COUNT 10 95 95 96 96 /** 97 97 * struct smem_proc_comm - proc_comm communication struct (legacy)