Re: [PATCH v2 2/5] arm64/xen: introduce asm/xen header files on arm64

2013-06-04 Thread Ian Campbell
On Mon, 2013-06-03 at 16:33 +0100, Stefano Stabellini wrote: > asm/xen/hypercall.h, asm/xen/hypervisor.h, asm/xen/interface.h and > asm/xen/page.h are indentical so to avoid code duplication we are just "identical" > including the original arm header files here. > > asm/xen/events.h is slightly

[PATCH v2 2/5] arm64/xen: introduce asm/xen header files on arm64

2013-06-03 Thread Stefano Stabellini
asm/xen/hypercall.h, asm/xen/hypervisor.h, asm/xen/interface.h and asm/xen/page.h are indentical so to avoid code duplication we are just including the original arm header files here. asm/xen/events.h is slightly different, so introduce a different file here (use xchg to implement xchg_xen_ulong a