summaryrefslogtreecommitdiff
path: root/include/xen
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-02-23 15:12:05 +0000
committerAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2021-02-23 15:12:05 +0000
commitf4c7000a296b5b97aa0b2a6b83f0837705d3689c (patch)
tree11793119c84ab053e6a23033efa72461032f8808 /include/xen
parent91a442eeb7c2c273f6b68c15cd1c78be3c2a3ee3 (diff)
parentfc944ddc0b4a019d4ece166909e65fa2a11c7e0e (diff)
Merge tag 'v5.4.100' into 5.4-2.3.x-imx
This is the 5.4.100 stable release Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'include/xen')
-rw-r--r--include/xen/grant_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xen/grant_table.h b/include/xen/grant_table.h
index 9bc5bc07d4d3..a9978350b45b 100644
--- a/include/xen/grant_table.h
+++ b/include/xen/grant_table.h
@@ -157,6 +157,7 @@ gnttab_set_map_op(struct gnttab_map_grant_ref *map, phys_addr_t addr,
map->flags = flags;
map->ref = ref;
map->dom = domid;
+ map->status = 1; /* arbitrary positive value */
}
static inline void