Re: [Xen-devel] [PATCH RFC for-4.13 07/10] xen/arm: Allow insn.h to be called from assembly

2019-10-21 Thread Stefano Stabellini
On Mon, 21 Oct 2019, Julien Grall wrote: > Hi Stefano, > > On 10/1/19 10:00 PM, Stefano Stabellini wrote: > > On Thu, 26 Sep 2019, Julien Grall wrote: > > > A follow-up patch will require to include insn.h from assembly code. So > > > wee need to protect any C-specific definition to avoid

Re: [Xen-devel] [PATCH RFC for-4.13 07/10] xen/arm: Allow insn.h to be called from assembly

2019-10-21 Thread Julien Grall
Hi Stefano, On 10/1/19 10:00 PM, Stefano Stabellini wrote: On Thu, 26 Sep 2019, Julien Grall wrote: A follow-up patch will require to include insn.h from assembly code. So wee need to protect any C-specific definition to avoid compilation ^ we ^ definitions

Re: [Xen-devel] [PATCH RFC for-4.13 07/10] xen/arm: Allow insn.h to be called from assembly

2019-10-01 Thread Stefano Stabellini
On Thu, 26 Sep 2019, Julien Grall wrote: > A follow-up patch will require to include insn.h from assembly code. So > wee need to protect any C-specific definition to avoid compilation ^ we ^ definitions > error when used in assembly code. ^ errors > >

Re: [Xen-devel] [PATCH RFC for-4.13 07/10] xen/arm: Allow insn.h to be called from assembly

2019-09-27 Thread Volodymyr Babchuk
Julien Grall writes: > A follow-up patch will require to include insn.h from assembly code. So > wee need to protect any C-specific definition to avoid compilation > error when used in assembly code. > > Signed-off-by: Julien Grall Reviewed-by: Volodymyr Babchuk > --- >

[Xen-devel] [PATCH RFC for-4.13 07/10] xen/arm: Allow insn.h to be called from assembly

2019-09-26 Thread Julien Grall
A follow-up patch will require to include insn.h from assembly code. So wee need to protect any C-specific definition to avoid compilation error when used in assembly code. Signed-off-by: Julien Grall --- xen/include/asm-arm/insn.h | 8 1 file changed, 8 insertions(+) diff --git