Merge tag 'perf-core-for-mingo-20160920' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / tools / arch / h8300 / include / uapi / asm / mman.h
1 #ifndef TOOLS_ARCH_H8300_UAPI_ASM_MMAN_FIX_H
2 #define TOOLS_ARCH_H8300_UAPI_ASM_MMAN_FIX_H
3 #include <uapi/asm-generic/mman.h>
4 /* MAP_32BIT is undefined on h8300, fix it for perf */
5 #define MAP_32BIT       0
6 #endif