[PATCH v3 5/6] arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64
Ian Campbell
Ian.Campbell at citrix.com
Wed Jun 5 08:23:34 EDT 2013
On Wed, 2013-06-05 at 13:15 +0100, Stefano Stabellini wrote:
> Introduce CONFIG_XEN and the implementation of hypercall.S (that is
> the only ARMv8 specific code in Xen support for ARM).
>
> Compile enlighten.c and grant_table.c from arch/arm.
>
> Signed-off-by: Stefano Stabellini <stefano.stabellini at eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell at citrix.com>
> [....]
> +#define HYPERCALL_SIMPLE(hypercall) \
> +ENTRY(HYPERVISOR_##hypercall) \
> + mov x16, #__HYPERVISOR_##hypercall; \
> + hvc XEN_IMM; \
> + ret; \
Not sure if this is corruption due to whitespace/email etc but it'd be
nice to align those \'s.
Ian.
More information about the linux-arm-kernel
mailing list