]> Git Repo - linux.git/blob - tools/arch/s390/include/uapi/asm/mman.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / tools / arch / s390 / include / uapi / asm / mman.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H
3 #define TOOLS_ARCH_S390_UAPI_ASM_MMAN_FIX_H
4 #include <uapi/asm-generic/mman.h>
5 /* MAP_32BIT is undefined on s390, fix it for perf */
6 #define MAP_32BIT       0
7 #endif
This page took 0.03209 seconds and 4 git commands to generate.