xref: /linux/tools/arch/arm/include/uapi/asm/mman.h (revision b1d29ba82cf2bc784f4c963ddd6a2cf29e229b33)
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef TOOLS_ARCH_ARM_UAPI_ASM_MMAN_FIX_H
3 #define TOOLS_ARCH_ARM_UAPI_ASM_MMAN_FIX_H
4 #include <uapi/asm-generic/mman.h>
5 /* MAP_32BIT is undefined on arm, fix it for perf */
6 #define MAP_32BIT	0
7 #endif
8