repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.16-rc1
[cris-mirror.git]
/
tools
/
arch
/
m32r
/
include
/
uapi
/
asm
/
mman.h
blob
d19b82c9c2908f7cdcb261f87d0f7c8e9de65abb
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef TOOLS_ARCH_M32R_UAPI_ASM_MMAN_FIX_H
3
#define TOOLS_ARCH_M32R_UAPI_ASM_MMAN_FIX_H
4
#include <uapi/asm-generic/mman.h>
5
/* MAP_32BIT is undefined on m32r, fix it for perf */
6
#define MAP_32BIT 0
7
#endif