]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - tools/arch/sh/include/uapi/asm/mman.h
Merge remote-tracking branches 'asoc/topic/max98925', 'asoc/topic/max98927', 'asoc...
[mirror_ubuntu-bionic-kernel.git] / tools / arch / sh / include / uapi / asm / mman.h
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2 #ifndef TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H
3 #define TOOLS_ARCH_SH_UAPI_ASM_MMAN_FIX_H
4 #include <uapi/asm-generic/mman.h>
5 /* MAP_32BIT is undefined on sh, fix it for perf */
6 #define MAP_32BIT 0
7 #endif