From: Grygorii Strashko <grygorii.strashko@ti.com>
To: Arnd Bergmann <arnd@arndb.de>, <linux-arm-kernel@lists.infradead.org>
Cc: Murali Karicheri <m-karicheri2@ti.com>,
Santosh Shilimkar <ssantosh@kernel.org>,
Sekhar Nori <nsekhar@ti.com>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] soc: ti: qmss: fix the case when !SMP
Date: Wed, 30 Nov 2016 10:10:24 -0600 [thread overview]
Message-ID: <a76f3e4e-6148-b1b6-2e33-aa4fead15aee@ti.com> (raw)
In-Reply-To: <5501170.dgvo5UdPBX@wuerfel>
On 11/30/2016 05:37 AM, Arnd Bergmann wrote:
> On Tuesday, November 29, 2016 4:15:08 PM CET Grygorii Strashko wrote:
>> range->num_irqs++;
>>
>> - if (oirq.args_count == 3)
>> + if (IS_ENABLED(SMP) && oirq.args_count == 3)
>> range->irqs[i].cpu_map =
>> (oirq.args[2] & 0x0000ff00) >> 8;
>>
>
> I think you mean CONFIG_SMP, not SMP. With the change above, the
> code will never be executed.
>
Thanks. I'll resend.
--
regards,
-grygorii
next prev parent reply other threads:[~2016-11-30 16:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-29 22:15 [PATCH] soc: ti: qmss: fix the case when !SMP Grygorii Strashko
2016-11-30 11:37 ` Arnd Bergmann
2016-11-30 16:10 ` Grygorii Strashko [this message]
2016-11-30 17:01 ` Santosh Shilimkar
2016-11-30 17:10 ` Grygorii Strashko
2016-11-30 17:14 ` Santosh Shilimkar
2016-12-02 16:41 ` Santosh Shilimkar
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=a76f3e4e-6148-b1b6-2e33-aa4fead15aee@ti.com \
--to=grygorii.strashko@ti.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=m-karicheri2@ti.com \
--cc=nsekhar@ti.com \
--cc=ssantosh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox