From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Chris Lew <clew@codeaurora.org>
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
Date: Mon, 21 Aug 2017 10:34:12 -0700 [thread overview]
Message-ID: <20170821173412.GW29306@minitux> (raw)
In-Reply-To: <1503018948-26629-4-git-send-email-clew@codeaurora.org>
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 <clew@codeaurora.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
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
>
prev parent reply other threads:[~2017-08-21 17:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-18 1:15 [PATCH 0/3] Qualcomm SMEM V12 Support Chris Lew
2017-08-18 1:15 ` [PATCH 1/3] soc: qcom: smem: Support global partition Chris Lew
2017-08-21 6:05 ` Arun Kumar Neelakantam
2017-08-21 17:17 ` Bjorn Andersson
2017-08-23 0:28 ` Chris Lew
2017-08-23 0:32 ` Bjorn Andersson
2017-08-18 1:15 ` [PATCH 2/3] soc: qcom: smem: Support dynamic item limit Chris Lew
2017-08-21 8:57 ` Arun Kumar Neelakantam
2017-08-21 17:33 ` Bjorn Andersson
2017-08-18 1:15 ` [PATCH 3/3] soc: qcom: smem: Increase the number of hosts Chris Lew
2017-08-21 17:34 ` Bjorn Andersson [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170821173412.GW29306@minitux \
--to=bjorn.andersson@linaro.org \
--cc=andy.gross@linaro.org \
--cc=aneela@codeaurora.org \
--cc=clew@codeaurora.org \
--cc=david.brown@linaro.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-soc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.