]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - tools/arch/arm/include/uapi/asm/mman.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / tools / arch / arm / include / uapi / asm / mman.h
CommitLineData
6f52b16c 1/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
f3539c12
WN
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>
f82b7746
WN
5/* MAP_32BIT is undefined on arm, fix it for perf */
6#define MAP_32BIT 0
f3539c12 7#endif