summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/xen/hypercall.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2011-04-08 16:03:27 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2011-04-08 16:03:27 +1000
commitf8a3689a68d8344c7b5b54b76506b5cbdf22ca2e (patch)
tree96c10a62f4a9596eccc3f757c2ba27669895ac1e /arch/x86/include/asm/xen/hypercall.h
parent1b77ad268b4965df621b56dd180317f2770275b8 (diff)
parent5231e92e133d6db6681a4485b1794a01469ca9ad (diff)
Merge remote-tracking branch 'cleancache/linux-next'
Conflicts: fs/ocfs2/super.c fs/super.c include/linux/fs.h mm/Kconfig mm/truncate.c
Diffstat (limited to 'arch/x86/include/asm/xen/hypercall.h')
-rw-r--r--arch/x86/include/asm/xen/hypercall.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/x86/include/asm/xen/hypercall.h b/arch/x86/include/asm/xen/hypercall.h
index 8508bfe52296..d240ea950519 100644
--- a/arch/x86/include/asm/xen/hypercall.h
+++ b/arch/x86/include/asm/xen/hypercall.h
@@ -447,6 +447,13 @@ HYPERVISOR_hvm_op(int op, void *arg)
return _hypercall2(unsigned long, hvm_op, op, arg);
}
+static inline int
+HYPERVISOR_tmem_op(
+ struct tmem_op *op)
+{
+ return _hypercall1(int, tmem_op, op);
+}
+
static inline void
MULTI_fpu_taskswitch(struct multicall_entry *mcl, int set)
{