forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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__ */