aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/include/uapi/asm/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/include/uapi/asm/mman.h')
-rw-r--r--arch/xtensa/include/uapi/asm/mman.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/xtensa/include/uapi/asm/mman.h b/arch/xtensa/include/uapi/asm/mman.h
index be726062412b..ebbb48842190 100644
--- a/arch/xtensa/include/uapi/asm/mman.h
+++ b/arch/xtensa/include/uapi/asm/mman.h
@@ -56,12 +56,8 @@
56#define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */ 56#define MAP_STACK 0x40000 /* give out an address that is best suited for process/thread stacks */
57#define MAP_HUGETLB 0x80000 /* create a huge page mapping */ 57#define MAP_HUGETLB 0x80000 /* create a huge page mapping */
58#define MAP_FIXED_NOREPLACE 0x100000 /* MAP_FIXED which doesn't unmap underlying mapping */ 58#define MAP_FIXED_NOREPLACE 0x100000 /* MAP_FIXED which doesn't unmap underlying mapping */
59#ifdef CONFIG_MMAP_ALLOW_UNINITIALIZED 59#define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be
60# define MAP_UNINITIALIZED 0x4000000 /* For anonymous mmap, memory could be
61 * uninitialized */ 60 * uninitialized */
62#else
63# define MAP_UNINITIALIZED 0x0 /* Don't support this flag */
64#endif
65 61
66/* 62/*
67 * Flags for msync 63 * Flags for msync