summaryrefslogtreecommitdiff
path: root/libre/linux-libre-tools/perf-fix-types.patch
diff options
context:
space:
mode:
authorgrizzlyuser <grizzlyuser@protonmail.com>2020-04-07 14:15:03 +0300
committerAndreas Grapentin <andreas@grapentin.org>2020-04-09 11:34:09 +0200
commit478427f6e989a64c91cc50da6c2bd2ff4a8a6de4 (patch)
tree78d323212070fa0db4ae7321a128e7fbb68a58c0 /libre/linux-libre-tools/perf-fix-types.patch
parente42764949ae2733c4a2476f9492344f140c5b1fb (diff)
downloadabslibre-478427f6e989a64c91cc50da6c2bd2ff4a8a6de4.tar.gz
abslibre-478427f6e989a64c91cc50da6c2bd2ff4a8a6de4.tar.bz2
abslibre-478427f6e989a64c91cc50da6c2bd2ff4a8a6de4.zip
libre/linux-libre-tools 5.6.1: Sync with Arch Linux, refresh patch
Removed part of patch has been applied upstream: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/tools/perf/builtin-diff.c?h=v5.6&id=98e93245113d0f5c279ef77f4a9e7d097323ad71 Signed-off-by: Andreas Grapentin <andreas@grapentin.org>
Diffstat (limited to 'libre/linux-libre-tools/perf-fix-types.patch')
-rw-r--r--libre/linux-libre-tools/perf-fix-types.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/linux-libre-tools/perf-fix-types.patch b/libre/linux-libre-tools/perf-fix-types.patch
index 0b81586b0..cb6688acf 100644
--- a/libre/linux-libre-tools/perf-fix-types.patch
+++ b/libre/linux-libre-tools/perf-fix-types.patch
@@ -1,16 +1,3 @@
---- linux-5.4.1/tools/perf/builtin-diff.c.orig 2019-11-29 04:10:32.000000000 -0500
-+++ linux-5.4.1/tools/perf/builtin-diff.c 2020-01-19 15:54:20.558514973 -0500
-@@ -575,8 +575,8 @@
- if (!pairs_left && !pairs_right)
- return 0;
-
-- l = labs(left->diff.cycles);
-- r = labs(right->diff.cycles);
-+ l = llabs(left->diff.cycles);
-+ r = llabs(right->diff.cycles);
- return r - l;
- }
-
--- linux-5.4.1/tools/perf/util/session.c.orig 2019-11-29 04:10:32.000000000 -0500
+++ linux-5.4.1/tools/perf/util/session.c 2020-01-19 16:13:39.628532016 -0500
@@ -88,7 +88,7 @@