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