[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b6c6e9c3-6534-9f20-73bb-84c4e31de5e5@oracle.com>
Date: Wed, 30 Nov 2016 09:14:52 -0800
From: Santosh Shilimkar <santosh.shilimkar@...cle.com>
To: Grygorii Strashko <grygorii.strashko@...com>,
Arnd Bergmann <arnd@...db.de>,
linux-arm-kernel@...ts.infradead.org
Cc: Murali Karicheri <m-karicheri2@...com>,
Santosh Shilimkar <ssantosh@...nel.org>,
Sekhar Nori <nsekhar@...com>, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] soc: ti: qmss: fix the case when !SMP
On 11/30/2016 9:10 AM, Grygorii Strashko wrote:
>
> Hi Santosh,
>
> On 11/30/2016 11:01 AM, Santosh Shilimkar wrote:
>> Hi Grygorii,
>>
>> On 11/30/2016 3: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.
>>>
>> Is that the full patch ? Can you post updated patch wit above fixed
>> and copy me. I will pick it up.
>>
>
> I've sent v2.
>
> For some reason you e-email is not working - delivery failure
> ssantosh@...nel.org
>
Weird. I was getting all the emails. Thanks for bouncing the thread.
I will check.
Powered by blists - more mailing lists