Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
rric
/
linux
/
refs/heads/thunder/thunder-4.13-for-fedora
/
.
/
tools
/
arch
/
score
/
include
/
uapi
/
asm
/
mman.h
blob: 2f8fb89944fd955954f6901c4b7ec6f7607c7073 [
file
]
#ifndef
TOOLS_ARCH_SCORE_UAPI_ASM_MMAN_FIX_H
#define
TOOLS_ARCH_SCORE_UAPI_ASM_MMAN_FIX_H
#include
<uapi/asm-generic/mman.h>
/* MAP_32BIT is undefined on score, fix it for perf */
#define
MAP_32BIT
0
#endif