Re: [RFC v1 01/11] genirq: Introduce struct irq_common_data to host shared irq data

From: Jiang Liu
Date: Sun May 17 2015 - 22:58:43 EST


On 2015/5/8 10:23, Yun Wu (Abel) wrote:
> On 2015/5/4 11:15, Jiang Liu wrote:
>
> [...]
>> diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h
>> index dd1109fb241e..3010e99abf3e 100644
>> --- a/include/linux/irqdesc.h
>> +++ b/include/linux/irqdesc.h
>> @@ -47,6 +47,7 @@ struct pt_regs;
>> * @name: flow handler name for /proc/interrupts output
>> */
>> struct irq_desc {
>> + struct irq_common_data irq_common_data;
>
> Hi Gerry,
>
> Please update description as well. :)
Thanks, Abel!

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/