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

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 <vkoul@kernel.org>
Tested-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Sibi Sankar and committed by
Bjorn Andersson
f117249e 7bea41c4

+1 -1
+1 -1
drivers/soc/qcom/smem.c
··· 84 84 #define SMEM_GLOBAL_HOST 0xfffe 85 85 86 86 /* Max number of processors/hosts in a system */ 87 - #define SMEM_HOST_COUNT 10 87 + #define SMEM_HOST_COUNT 11 88 88 89 89 /** 90 90 * struct smem_proc_comm - proc_comm communication struct (legacy)