blob: b9360639974f9384865a4237e6dd05cc8872c5f0 [file] [log] [blame]
Greg Kroah-Hartman6f52b162017-11-01 15:08:43 +01001/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
Wang Nanf3539c12016-09-12 12:54:29 +00002#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>
Wang Nanf82b7742016-09-14 10:57:29 +00005/* MAP_32BIT is undefined on mn10300, fix it for perf */
6#define MAP_32BIT 0
Wang Nanf3539c12016-09-12 12:54:29 +00007#endif