[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 05/10] xen/arm: keep track of the GICH_LR used for the irq in struct pending_irq
Hi Stefano, On 03/19/2014 12:32 PM, Stefano Stabellini wrote: > diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h > index bc20a15..ea89057 100644 > --- a/xen/include/asm-arm/domain.h > +++ b/xen/include/asm-arm/domain.h > @@ -59,6 +59,7 @@ struct pending_irq > #define GIC_IRQ_GUEST_VISIBLE 1 > #define GIC_IRQ_GUEST_ENABLED 2 > unsigned long status; > + uint8_t lr; You are using uint8_t here but nr_lrs is defined as unsigned. Can you also change nr_lrs type to uint8_t? Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |