Re: [Xen-devel] [PATCH 06/10] Expose gicv3_ich_read/write_lr

2018-02-01 Thread Manish Jaggi
On 01/25/2018 10:22 PM, Julien Grall wrote: Hi, On 16/01/18 15:43, mja...@caviumnetworks.com wrote: From: Manish Jaggi gicv3_ich_read/write_lr functions are static in gic-v3.c This patch creates wrapper functions which can be used from outside the file. Signed-off-by: Manish Jaggi ---  

Re: [Xen-devel] [PATCH 06/10] Expose gicv3_ich_read/write_lr

2018-01-25 Thread Julien Grall
Hi, On 16/01/18 15:43, mja...@caviumnetworks.com wrote: From: Manish Jaggi gicv3_ich_read/write_lr functions are static in gic-v3.c This patch creates wrapper functions which can be used from outside the file. Signed-off-by: Manish Jaggi --- xen/arch/arm/gic-v3.c| 10 ++ x

[Xen-devel] [PATCH 06/10] Expose gicv3_ich_read/write_lr

2018-01-16 Thread mjaggi
From: Manish Jaggi gicv3_ich_read/write_lr functions are static in gic-v3.c This patch creates wrapper functions which can be used from outside the file. Signed-off-by: Manish Jaggi --- xen/arch/arm/gic-v3.c| 10 ++ xen/include/asm-arm/gic_v3.h | 7 +++ 2 files changed, 17