162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef TOOLS_ARCH_SPARC_UAPI_ASM_MMAN_FIX_H 362306a36Sopenharmony_ci#define TOOLS_ARCH_SPARC_UAPI_ASM_MMAN_FIX_H 462306a36Sopenharmony_ci#define MAP_DENYWRITE 0x0800 562306a36Sopenharmony_ci#define MAP_EXECUTABLE 0x1000 662306a36Sopenharmony_ci#define MAP_GROWSDOWN 0x0200 762306a36Sopenharmony_ci#define MAP_LOCKED 0x100 862306a36Sopenharmony_ci#define MAP_NORESERVE 0x40 962306a36Sopenharmony_ci#include <uapi/asm-generic/mman-common.h> 1062306a36Sopenharmony_ci/* MAP_32BIT is undefined on sparc, fix it for perf */ 1162306a36Sopenharmony_ci#define MAP_32BIT 0 1262306a36Sopenharmony_ci#endif 13