aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64
diff options
context:
space:
mode:
authorJuergen Gross <jgross@suse.com>2021-10-28 10:12:19 +0200
committerBoris Ostrovsky <boris.ostrovsky@oracle.com>2021-11-02 08:11:01 -0500
commitee1f9d19143257da999fcdc86eda7bd386f4907e (patch)
treebb42258dff9a294fbdca767effa451b6378a3d5d /arch/arm64
parentx86/xen: remove 32-bit pv leftovers (diff)
downloadlinux-dev-ee1f9d19143257da999fcdc86eda7bd386f4907e.tar.xz
linux-dev-ee1f9d19143257da999fcdc86eda7bd386f4907e.zip
xen: allow pv-only hypercalls only with CONFIG_XEN_PV
Put the definitions of the hypercalls usable only by pv guests inside CONFIG_XEN_PV sections. On Arm two dummy functions related to pv hypercalls can be removed. While at it remove the no longer supported tmem hypercall definition. Signed-off-by: Juergen Gross <jgross@suse.com> Link: https://lore.kernel.org/r/20211028081221.2475-3-jgross@suse.com Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r--arch/arm64/xen/hypercall.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/xen/hypercall.S b/arch/arm64/xen/hypercall.S
index 5b09aca55108..9d01361696a1 100644
--- a/arch/arm64/xen/hypercall.S
+++ b/arch/arm64/xen/hypercall.S
@@ -80,7 +80,6 @@ HYPERCALL2(hvm_op);
HYPERCALL2(memory_op);
HYPERCALL2(physdev_op);
HYPERCALL3(vcpu_op);
-HYPERCALL1(tmem_op);
HYPERCALL1(platform_op_raw);
HYPERCALL2(multicall);
HYPERCALL2(vm_assist);