aboutsummaryrefslogtreecommitdiffstats
path: root/tools/arch/score/include/uapi/asm/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/score/include/uapi/asm/mman.h')
-rw-r--r--tools/arch/score/include/uapi/asm/mman.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/arch/score/include/uapi/asm/mman.h b/tools/arch/score/include/uapi/asm/mman.h
new file mode 100644
index 000000000000..2f8fb89944fd
--- /dev/null
+++ b/tools/arch/score/include/uapi/asm/mman.h
@@ -0,0 +1,6 @@
+#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