[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 18/18] xen/arm: IRQ: Handle multiple action per IRQ
>>> On 08.04.14 at 16:44, <julien.grall@xxxxxxxxxx> wrote: > --- a/xen/include/xen/irq.h > +++ b/xen/include/xen/irq.h > @@ -14,6 +14,9 @@ struct irqaction { > const char *name; > void *dev_id; > bool_t free_on_release; > +#ifdef CONFIG_IRQ_HAS_MULTIPLE_ACTION > + struct list_head next; > +#endif Considering that this is a doubly linked list, "next" as the name is sort of odd. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |