kernel/arch/sparc/include/uapi/asm/mman.h
.. .. @@ -22,10 +22,4 @@ 22 22 #define MCL_FUTURE 0x4000 /* lock all additions to address space */ 23 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 25 #endif /* _UAPI__SPARC_MMAN_H__ */