Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1733024
| From | Bjorn Andersson <bjorn.andersson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 5/5] soc: qcom: smem: Increase the number of hosts |
| Date | 2017-09-15 20:50 +0200 |
| Message-ID | <uq3QD-6Q2-25@gated-at.bofh.it> (permalink) |
| References | <upJRT-1Rr-3@gated-at.bofh.it> <upJRU-1Rr-27@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu 14 Sep 14:25 PDT 2017, Chris Lew wrote: > Increase the maximum number of hosts in a system to 10. > > Signed-off-by: Chris Lew <clew@codeaurora.org> Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn > --- > > Changes since v1: > - None > > 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 2f3b1e1a8904..086f31b6c584 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) > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > a Linux Foundation Collaborative Project >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v2 0/5] Qualcomm SMEM V12 Support Chris Lew <clew@codeaurora.org> - 2017-09-14 23:30 +0200
[PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison Chris Lew <clew@codeaurora.org> - 2017-09-14 23:30 +0200
Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-09-15 03:10 +0200
Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison Stephen Boyd <sboyd@codeaurora.org> - 2017-09-15 20:40 +0200
Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison Stephen Boyd <sboyd@codeaurora.org> - 2017-09-15 20:40 +0200
Re: [PATCH v2 1/5] soc: qcom: smem: Use le32_to_cpu for partition size comparison Chris Lew <clew@codeaurora.org> - 2017-09-15 23:00 +0200
[PATCH v2 5/5] soc: qcom: smem: Increase the number of hosts Chris Lew <clew@codeaurora.org> - 2017-09-14 23:30 +0200
Re: [PATCH v2 5/5] soc: qcom: smem: Increase the number of hosts Bjorn Andersson <bjorn.andersson@linaro.org> - 2017-09-15 20:50 +0200
csiph-web