aboutsummaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2015-09-09 10:43:46 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-09-09 10:43:46 +1000
commitecae1d1eccc5f7e4a2cb09241ae6ad56bd9bdcff (patch)
treeef9b6d218bfe1fa9aee9b42c6d8f79aa911dca0c /include/uapi
parent4b608b5959f242bc1853e05bd6a7bdc2727aa059 (diff)
parent3e64472c1c7413a573a116ee69febab98c227de4 (diff)
Merge remote-tracking branch 'xen-tip/linux-next'
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/xen/privcmd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/uapi/xen/privcmd.h b/include/uapi/xen/privcmd.h
index a85316811d79..7ddeeda93809 100644
--- a/include/uapi/xen/privcmd.h
+++ b/include/uapi/xen/privcmd.h
@@ -44,6 +44,10 @@ struct privcmd_hypercall {
struct privcmd_mmap_entry {
__u64 va;
+ /*
+ * This should be a GFN. It's not possible to change the name because
+ * it's exposed to the user-space.
+ */
__u64 mfn;
__u64 npages;
};