arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 3 Jun 2013 17:05:43 +0000 (17:05 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Fri, 7 Jun 2013 10:39:52 +0000 (10:39 +0000)
commitaa42aa1389a54d1afb1c7606c5a37c3429cdf517
tree39b44ac3151c9a0b8712b69f5b36ee07019c340c
parentea9c3652f5aec45a36b3e1c9a21ecfcc0ffd77b0
arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64

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@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
arch/arm64/Kconfig
arch/arm64/Makefile
arch/arm64/xen/Makefile [new file with mode: 0644]
arch/arm64/xen/hypercall.S [new file with mode: 0644]