Skip to content

Commit acda397

Browse files
unnathi84andersson
authored andcommitted
soc: qcom: smem: Update max processor count
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> Link: https://lore.kernel.org/r/20250424-smem_count-v1-1-931cf68f71a8@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent db3de3f commit acda397

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/soc/qcom/smem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#define SMEM_GLOBAL_HOST 0xfffe
8787

8888
/* Max number of processors/hosts in a system */
89-
#define SMEM_HOST_COUNT 20
89+
#define SMEM_HOST_COUNT 25
9090

9191
/**
9292
* struct smem_proc_comm - proc_comm communication struct (legacy)

0 commit comments

Comments
 (0)