kernel/tools/arch/parisc/include/uapi/asm/mman.h
.. .. @@ -27,8 +27,6 @@ 27 27 #define MAP_NONBLOCK 0x20000 28 28 #define MAP_NORESERVE 0x4000 29 29 #define MAP_POPULATE 0x10000 30 -#define MAP_PRIVATE 0x0231 -#define MAP_SHARED 0x0132 30 #define MAP_STACK 0x40000 33 31 #define PROT_EXEC 0x4 34 32 #define PROT_GROWSDOWN 0x01000000 .. .. @@ -41,6 +39,5 @@ 41 39 #define MADV_SOFT_OFFLINE 101 42 40 /* MAP_32BIT is undefined on parisc, fix it for perf */ 43 41 #define MAP_32BIT 0 44 -/* MAP_UNINITIALIZED is undefined on parisc, fix it for perf */45 42 #define MAP_UNINITIALIZED 0 46 43 #endif