tools include: Add mman macros needed by perf for all arch
[linux-2.6-microblaze.git] / tools / arch / sparc / include / uapi / asm / mman.h
index b88f3ac..8640525 100644 (file)
@@ -10,4 +10,6 @@
 #define MAP_POPULATE   0x8000
 #define MAP_STACK      0x20000
 #include <uapi/asm-generic/mman-common.h>
+/* MAP_32BIT is undefined on sparc, fix it for perf */
+#define MAP_32BIT      0
 #endif