Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754206AbdHUReR (ORCPT ); Mon, 21 Aug 2017 13:34:17 -0400 Received: from mail-pg0-f54.google.com ([74.125.83.54]:37282 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754070AbdHUReP (ORCPT ); Mon, 21 Aug 2017 13:34:15 -0400 Date: Mon, 21 Aug 2017 10:34:12 -0700 From: Bjorn Andersson To: Chris Lew Cc: andy.gross@linaro.org, david.brown@linaro.org, aneela@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] soc: qcom: smem: Increase the number of hosts Message-ID: <20170821173412.GW29306@minitux> References: <1503018948-26629-1-git-send-email-clew@codeaurora.org> <1503018948-26629-4-git-send-email-clew@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503018948-26629-4-git-send-email-clew@codeaurora.org> User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 871 Lines: 32 On Thu 17 Aug 18:15 PDT 2017, Chris Lew wrote: > Increase the maximum number of hosts in a system to 10. > > Signed-off-by: Chris Lew Acked-by: Bjorn Andersson Regards, Bjorn > --- > drivers/soc/qcom/smem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/soc/qcom/smem.c b/drivers/soc/qcom/smem.c > index a51f4ba42173..4385f3b4bca9 100644 > --- a/drivers/soc/qcom/smem.c > +++ b/drivers/soc/qcom/smem.c > @@ -93,7 +93,7 @@ > #define SMEM_HOST_APPS 0 > > /* 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) > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >