summaryrefslogtreecommitdiffstats
path: root/tools/arch/hexagon/include/uapi/asm/mman.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/arch/hexagon/include/uapi/asm/mman.h')
-rw-r--r--tools/arch/hexagon/include/uapi/asm/mman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/arch/hexagon/include/uapi/asm/mman.h b/tools/arch/hexagon/include/uapi/asm/mman.h
index f1adcce90f37..102f3fae6085 100644
--- a/tools/arch/hexagon/include/uapi/asm/mman.h
+++ b/tools/arch/hexagon/include/uapi/asm/mman.h
@@ -1,4 +1,6 @@
#ifndef TOOLS_ARCH_HEXAGON_UAPI_ASM_MMAN_FIX_H
#define TOOLS_ARCH_HEXAGON_UAPI_ASM_MMAN_FIX_H
#include <uapi/asm-generic/mman.h>
+/* MAP_32BIT is undefined on hexagon, fix it for perf */
+#define MAP_32BIT 0
#endif