Re: [Xen-devel] [RFC PATCH 09/19] xen/arm: Update irq descriptor for LPIs support

2015-03-03 Thread Stefano Stabellini
On Mon, 2 Mar 2015, vijay.kil...@gmail.com wrote: > From: Vijaya Kumar K > > Introduce new fields in irq descriptors for > LPI support. data field to hold irq related data > and virq to hold virtual lpi number for the corresponding > irq > > Signed-off-by: Vijaya Kumar K > --- > xen/arch/arm/i

Re: [Xen-devel] [RFC PATCH 09/19] xen/arm: Update irq descriptor for LPIs support

2015-03-02 Thread Julien Grall
Hi Vijay, On 02/03/15 12:30, vijay.kil...@gmail.com wrote: > diff --git a/xen/arch/arm/irq.c b/xen/arch/arm/irq.c > index cb9c99b..d52ee0c 100644 > --- a/xen/arch/arm/irq.c > +++ b/xen/arch/arm/irq.c > @@ -89,6 +89,7 @@ static int __cpuinit init_local_irq_data(void) > init_one_irq_desc(de

[Xen-devel] [RFC PATCH 09/19] xen/arm: Update irq descriptor for LPIs support

2015-03-02 Thread vijay . kilari
From: Vijaya Kumar K Introduce new fields in irq descriptors for LPI support. data field to hold irq related data and virq to hold virtual lpi number for the corresponding irq Signed-off-by: Vijaya Kumar K --- xen/arch/arm/irq.c| 18 ++ xen/include/asm-arm/irq.h |