projects
/
platform
/
kernel
/
linux-exynos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'm68k-for-v4.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert...
[platform/kernel/linux-exynos.git]
/
tools
/
arch
/
ia64
/
include
/
uapi
/
asm
/
mman.h
1
#ifndef TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H
2
#define TOOLS_ARCH_IA64_UAPI_ASM_MMAN_FIX_H
3
#include <uapi/asm-generic/mman.h>
4
/* MAP_32BIT is undefined on ia64, fix it for perf */
5
#define MAP_32BIT 0
6
#endif