xref: /linux/tools/arch/microblaze/include/uapi/asm/mman.h (revision 2ec8107d8e0d1d285b2bbf1999e7f4e46b6b535b)
1 #ifndef TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H
2 #define TOOLS_ARCH_MICROBLAZE_UAPI_ASM_MMAN_FIX_H
3 #include <uapi/asm-generic/mman.h>
4 /* MAP_32BIT is undefined on microblaze, fix it for perf */
5 #define MAP_32BIT	0
6 #endif
7