From: Sibi Sankar Date: Wed, 7 Aug 2019 07:09:51 +0000 (+0530) Subject: soc: qcom: smem: Update max processor count X-Git-Tag: v5.15~5561^2^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f117249e4b7831248404ff1fb47bfe44c355caea;p=platform%2Fkernel%2Flinux-starfive.git 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 Tested-by: Vinod Koul Signed-off-by: Sibi Sankar Signed-off-by: Bjorn Andersson --- diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c index 0caf67e..28c19bc 100644 --- a/drivers/soc/qcom/smem.c +++ b/drivers/soc/qcom/smem.c @@ -84,7 +84,7 @@ #define SMEM_GLOBAL_HOST 0xfffe /* Max number of processors/hosts in a system */ -#define SMEM_HOST_COUNT 10 +#define SMEM_HOST_COUNT 11 /** * struct smem_proc_comm - proc_comm communication struct (legacy)