summaryrefslogtreecommitdiffstats
path: root/perf-arm-fix.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2013-09-12 15:36:34 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2013-09-12 15:36:34 -0400
commitd3179a38e0632d711ecce36cf4f89c4c6afefe45 (patch)
tree7a3f2229f2ffc8121c5bc696d9fc2791cbdb3abb /perf-arm-fix.patch
parent700b375ec0451e65534ffca0cf605d217bb532ef (diff)
Linux v3.11-9747-gff812d7
Diffstat (limited to 'perf-arm-fix.patch')
-rw-r--r--perf-arm-fix.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/perf-arm-fix.patch b/perf-arm-fix.patch
deleted file mode 100644
index 795c20ef..00000000
--- a/perf-arm-fix.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Kyle McMartin <kyle@redhat.com>
-
-MAP_32BIT is defined only on x86... this means perf fails to build on
-all other platforms.
-
-Signed-off-by: Kyle McMartin <kyle@redhat.com>
-
---- a/tools/perf/builtin-trace.c
-+++ b/tools/perf/builtin-trace.c
-@@ -100,7 +100,9 @@ static size_t syscall_arg__scnprintf_mmap_flags(char *bf, size_t size,
-
- P_MMAP_FLAG(SHARED);
- P_MMAP_FLAG(PRIVATE);
-+#ifdef MAP_32BIT
- P_MMAP_FLAG(32BIT);
-+#endif
- P_MMAP_FLAG(ANONYMOUS);
- P_MMAP_FLAG(DENYWRITE);
- P_MMAP_FLAG(EXECUTABLE);
---
-To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at http://vger.kernel.org/majordomo-info.html
-Please read the FAQ at http://www.tux.org/lkml/ \ No newline at end of file