summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2019-02-13 15:24:24 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2019-02-13 15:24:24 +1100
commitc49da294a21ab9bf911e6c2193eb831738a8a57d (patch)
tree4089e1754da01c71c03f69bb07390e961701f01a /arch/mips
parent2d07e16f6b76622456653dc0ddd8f9ba1bafada7 (diff)
parent2fafb16e2123bd69581b1c42d1bc63a0fa2332bc (diff)
Merge remote-tracking branch 'vhost/linux-next'
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/include/uapi/asm/mman.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/include/uapi/asm/mman.h b/arch/mips/include/uapi/asm/mman.h
index 3035ca499cd8..c2b40969eb1f 100644
--- a/arch/mips/include/uapi/asm/mman.h
+++ b/arch/mips/include/uapi/asm/mman.h
@@ -27,9 +27,7 @@
/*
* Flags for mmap
*/
-#define MAP_SHARED 0x001 /* Share changes */
-#define MAP_PRIVATE 0x002 /* Changes are private */
-#define MAP_SHARED_VALIDATE 0x003 /* share + validate extension flags */
+/* 0x01 - 0x03 are defined in linux/mman.h */
#define MAP_TYPE 0x00f /* Mask for type of mapping */
#define MAP_FIXED 0x010 /* Interpret addr exactly */