Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / tools / arch / mn10300 / include / uapi / asm / mman.h
blobb9360639974f9384865a4237e6dd05cc8872c5f0
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef TOOLS_ARCH_MN10300_UAPI_ASM_MMAN_FIX_H
3 #define TOOLS_ARCH_MN10300_UAPI_ASM_MMAN_FIX_H
4 #include <uapi/asm-generic/mman.h>
5 /* MAP_32BIT is undefined on mn10300, fix it for perf */
6 #define MAP_32BIT 0
7 #endif