Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
0002 #ifndef TOOLS_ARCH_POWERPC_UAPI_ASM_MMAN_FIX_H
0003 #define TOOLS_ARCH_POWERPC_UAPI_ASM_MMAN_FIX_H
0004 #define MAP_DENYWRITE   0x0800
0005 #define MAP_EXECUTABLE  0x1000
0006 #define MAP_GROWSDOWN   0x0100
0007 #define MAP_LOCKED  0x80
0008 #define MAP_NORESERVE   0x40
0009 #include <uapi/asm-generic/mman-common.h>
0010 /* MAP_32BIT is undefined on powerpc, fix it for perf */
0011 #define MAP_32BIT   0
0012 #endif