aboutsummaryrefslogtreecommitdiff
path: root/linux-headers/linux/mman.h
diff options
context:
space:
mode:
authorCornelia Huck <cohuck@redhat.com>2020-04-27 12:24:14 +0200
committerCornelia Huck <cohuck@redhat.com>2020-04-28 12:29:01 +0200
commitdc6f8d458a4ccc360723993f31d310d06469f55f (patch)
treef9c64dbb60e9d2c45b938aa2be16164d3cf3d780 /linux-headers/linux/mman.h
parent9904adfaca139581d6b03947a7e23c7e2cb64339 (diff)
downloadqemu-dc6f8d458a4ccc360723993f31d310d06469f55f.zip
qemu-dc6f8d458a4ccc360723993f31d310d06469f55f.tar.gz
qemu-dc6f8d458a4ccc360723993f31d310d06469f55f.tar.bz2
linux-headers: update against Linux 5.7-rc3
commit 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c Reviewed-by: Michael S. Tsirkin <mst@redhat.com> # virtio/vhost parts Signed-off-by: Cornelia Huck <cohuck@redhat.com> Message-Id: <20200427102415.10915-3-cohuck@redhat.com>
Diffstat (limited to 'linux-headers/linux/mman.h')
-rw-r--r--linux-headers/linux/mman.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux-headers/linux/mman.h b/linux-headers/linux/mman.h
index 1f6e2cd..51ea363 100644
--- a/linux-headers/linux/mman.h
+++ b/linux-headers/linux/mman.h
@@ -5,8 +5,9 @@
#include <asm/mman.h>
#include <asm-generic/hugetlb_encode.h>
-#define MREMAP_MAYMOVE 1
-#define MREMAP_FIXED 2
+#define MREMAP_MAYMOVE 1
+#define MREMAP_FIXED 2
+#define MREMAP_DONTUNMAP 4
#define OVERCOMMIT_GUESS 0
#define OVERCOMMIT_ALWAYS 1