hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/tools/arch/parisc/include/uapi/asm/mman.h
....@@ -27,8 +27,6 @@
2727 #define MAP_NONBLOCK 0x20000
2828 #define MAP_NORESERVE 0x4000
2929 #define MAP_POPULATE 0x10000
30
-#define MAP_PRIVATE 0x02
31
-#define MAP_SHARED 0x01
3230 #define MAP_STACK 0x40000
3331 #define PROT_EXEC 0x4
3432 #define PROT_GROWSDOWN 0x01000000
....@@ -41,6 +39,5 @@
4139 #define MADV_SOFT_OFFLINE 101
4240 /* MAP_32BIT is undefined on parisc, fix it for perf */
4341 #define MAP_32BIT 0
44
-/* MAP_UNINITIALIZED is undefined on parisc, fix it for perf */
4542 #define MAP_UNINITIALIZED 0
4643 #endif