[linux-yocto] 3.10 standard/axxia/base: Error in kernel/irq/manage.c
Bruce Ashfield
bruce.ashfield at windriver.com
Fri Jan 16 20:43:48 PST 2015
On 2015-01-16 1:39 PM, Bruce Ashfield wrote:
> On 2015-01-16 12:45 PM, Dragomir, Daniel wrote:
>> Hello Bruce!
>>
>> I got an error when building the 3.10 Kernel, standard/axxia/base.
>> It's caused by a writing mistake in kernel/irq/manage.c:
>>
>> function irq_set_affinity_locked is declared with 3 parameters:
>> int irq_set_affinity_locked(struct irq_data *data, const
>> struct cpumask *mask,
>> bool force)
>> {....
>>
>> and called just with 2:
>> ret = irq_set_affinity_locked(irq_desc_get_irq_data(desc),
>> mask)
>>
>> I found that this is corrected in standard/base branch.
>> That's why I didn't created a patch. I guess only a new merge is
>> required.
>
> Indeed. Thanks for the report .. I'll do that merge shortly and
> fire off a test build.
As it turns out, a merge wasn't enough, since I was carrying my own
conversion commit on that branch.
I stacked another patch on the branch that adds the third parameter
and we should at least build now :)
Bruce
>
> Bruce
>
>>
>> BR,
>> Daniel
>
More information about the linux-yocto
mailing list