hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/sparc/include/uapi/asm/mman.h
....@@ -22,10 +22,4 @@
2222 #define MCL_FUTURE 0x4000 /* lock all additions to address space */
2323 #define MCL_ONFAULT 0x8000 /* lock all pages that are faulted in */
2424
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
-
3125 #endif /* _UAPI__SPARC_MMAN_H__ */