Re: [Xen-devel] [PATCH v5 1/6] arm/arm64/xen: hypercall.h add includes guards

2020-01-08 Thread Pavel Tatashin
On Mon, Jan 6, 2020 at 12:19 PM Stefano Stabellini wrote: > > On Thu, 2 Jan 2020, Pavel Tatashin wrote: > > The arm and arm64 versions of hypercall.h are missing the include > > guards. This is needed because C inlines for privcmd_call are going to > > be added to the files. > > > >

Re: [Xen-devel] [PATCH v5 1/6] arm/arm64/xen: hypercall.h add includes guards

2020-01-06 Thread Stefano Stabellini
On Thu, 2 Jan 2020, Pavel Tatashin wrote: > The arm and arm64 versions of hypercall.h are missing the include > guards. This is needed because C inlines for privcmd_call are going to > be added to the files. > > Signed-off-by: Pavel Tatashin > Reviewed-by: Julien Grall Acked-by: Stefano

[Xen-devel] [PATCH v5 1/6] arm/arm64/xen: hypercall.h add includes guards

2020-01-02 Thread Pavel Tatashin
The arm and arm64 versions of hypercall.h are missing the include guards. This is needed because C inlines for privcmd_call are going to be added to the files. Signed-off-by: Pavel Tatashin Reviewed-by: Julien Grall --- arch/arm/include/asm/xen/hypercall.h | 4