gt; > Commit: Add linux-next specific files for 20151210
> > 8225f4e85cb03daea14661380745886ce01fd83a
> > Compiler: arc-buildroot-linux-uclibc-gcc (Buildroot 2015.08.1) 4.8.4
> >
> > Possible errors
> > ---
> >
> > include/linu
Hi Marc / Daniel / Jason,
I had a couple of questions about percpu irq API, hopefully you can help answer.
On ARM, how do u handle requesting per cpu IRQs - specifically usage of
request_percpu_irq() / enable_percpu_irq() API.
It seems, for using them, we obviously need to explicitly set irq as
On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote:
> That is weird. I'll ask it to rebuild it and see if it happens again.
>
> Do you build with -j?
I did now - but still no error at my end.
>> From looking at logs it looks like some sort of a make / paralle jobs timing
>> issue
>
Hi Vinnet,
On 10/12/15 09:25, Vineet Gupta wrote:
> Hi Marc / Daniel / Jason,
>
> I had a couple of questions about percpu irq API, hopefully you can help
> answer.
>
> On ARM, how do u handle requesting per cpu IRQs - specifically usage
> of request_percpu_irq() / enable_percpu_irq() API.
> It
On Thu, 2015-12-10 at 14:58 +0530, Vineet Gupta wrote:
> On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote:
> > That is weird. I'll ask it to rebuild it and see if it happens again.
> >
> > Do you build with -j?
>
> I did now - but still no error at my end.
OK.
It rebuilt OK the sec
Hi Michael,
On Thu, 2015-12-10 at 14:58 +0530, Vineet Gupta wrote:
> On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote:
>
> > That is weird. I'll ask it to rebuild it and see if it happens again.
> >
> > Do you build with -j?
>
> I did now - but still no error at my end.
I always b
On Thu, 2015-12-10 at 14:16 +, Alexey Brodkin wrote:
> Hi Michael,
> On Thu, 2015-12-10 at 14:58 +0530, Vineet Gupta wrote:
> > On Thursday 10 December 2015 02:34 PM, Michael Ellerman wrote:
> > > That is weird. I'll ask it to rebuild it and see if it happens again.
> > >
> > > Do you build wi
Hi Marc,
On Thursday 10 December 2015 03:26 PM, Marc Zyngier wrote:
> Hi Vinnet,
>
> On 10/12/15 09:25, Vineet Gupta wrote:
>> Hi Marc / Daniel / Jason,
>>
>> I had a couple of questions about percpu irq API, hopefully you can help
>> answer.
>>
>> On ARM, how do u handle requesting per cpu IRQs