diff options
Diffstat (limited to 'arch/sparc/include')
-rw-r--r-- | arch/sparc/include/uapi/asm/mman.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc/include/uapi/asm/mman.h b/arch/sparc/include/uapi/asm/mman.h index f6f99ec65bb3..cec9f4109687 100644 --- a/arch/sparc/include/uapi/asm/mman.h +++ b/arch/sparc/include/uapi/asm/mman.h | |||
@@ -22,10 +22,4 @@ | |||
22 | #define MCL_FUTURE 0x4000 /* lock all additions to address space */ | 22 | #define MCL_FUTURE 0x4000 /* lock all additions to address space */ |
23 | #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ | 23 | #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */ |
24 | 24 | ||
25 | #define MAP_POPULATE 0x8000 /* populate (prefault) pagetables */ | ||
26 | #define MAP_NONBLOCK 0x10000 /* do not block on IO */ | ||
27 | #define MAP_STACK 0x20000 /* give out an address that is best suited for process/thread stacks */ | ||
28 | #define MAP_HUGETLB 0x40000 /* create a huge page mapping */ | ||
29 | |||
30 | |||
31 | #endif /* _UAPI__SPARC_MMAN_H__ */ | 25 | #endif /* _UAPI__SPARC_MMAN_H__ */ |