Message ID | 20250424-smem_count-v1-1-931cf68f71a8@oss.qualcomm.com |
---|---|
State | New |
Headers | show |
Series | soc: qcom: smem: Update max processor count | expand |
On 4/25/25 1:45 AM, Unnathi Chalicheemala wrote: > Update max processor count to reflect the number of co-processors on > upcoming SoC. > > Signed-off-by: Unnathi Chalicheemala <unnathi.chalicheemala@oss.qualcomm.com> > --- Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Konrad
On Thu, 24 Apr 2025 16:45:41 -0700, Unnathi Chalicheemala wrote: > Update max processor count to reflect the number of co-processors on > upcoming SoC. > > Applied, thanks! [1/1] soc: qcom: smem: Update max processor count commit: acda397ad573109bad217182b7bb677696dcde1a Best regards,
diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c index 59281970180921b76312fd5020828edced739344..cf425930539e406fb81307a17803955371545f32 100644 --- a/drivers/soc/qcom/smem.c +++ b/drivers/soc/qcom/smem.c @@ -86,7 +86,7 @@ #define SMEM_GLOBAL_HOST 0xfffe /* Max number of processors/hosts in a system */ -#define SMEM_HOST_COUNT 20 +#define SMEM_HOST_COUNT 25 /** * struct smem_proc_comm - proc_comm communication struct (legacy)
Update max processor count to reflect the number of co-processors on upcoming SoC. Signed-off-by: Unnathi Chalicheemala <unnathi.chalicheemala@oss.qualcomm.com> --- drivers/soc/qcom/smem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- base-commit: 02ddfb981de88a2c15621115dd7be2431252c568 change-id: 20250424-smem_count-a852d89ff3cd Best regards,