From: Chris Lew Date: Wed, 11 Oct 2017 21:29:10 +0000 (-0700) Subject: soc: qcom: smem: Increase the number of hosts X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e691b48dcc7553b423bcbc7ddcd9f51698d093b1;p=linux.git soc: qcom: smem: Increase the number of hosts Increase the maximum number of hosts in a system to 10. Signed-off-by: Chris Lew Acked-by: Bjorn Andersson Signed-off-by: Andy Gross --- diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c index 19704baa65f4f..0b94d62fad2bf 100644 --- a/drivers/soc/qcom/smem.c +++ b/drivers/soc/qcom/smem.c @@ -91,7 +91,7 @@ #define SMEM_GLOBAL_HOST 0xfffe /* Max number of processors/hosts in a system */ -#define SMEM_HOST_COUNT 9 +#define SMEM_HOST_COUNT 10 /** * struct smem_proc_comm - proc_comm communication struct (legacy)