summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-21 13:13:27 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2020-08-21 13:13:27 -0400
commitdec05aa8a1de66fa736a6ee9eb554a23d0a91677 (patch)
tree568883fe346fb96957eeaa7d3b29e1ef7c2213ca
parentf6754caddf863b5fdb62bedfdab4d3984899c743 (diff)
downloadlongterm-queue-5.2-dec05aa8a1de66fa736a6ee9eb554a23d0a91677.tar.gz
perf: tests: ctxt refresh
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
-rw-r--r--queue/perf-tests-bp_account-Make-global-variable-static.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/queue/perf-tests-bp_account-Make-global-variable-static.patch b/queue/perf-tests-bp_account-Make-global-variable-static.patch
index 8d601661..05171e27 100644
--- a/queue/perf-tests-bp_account-Make-global-variable-static.patch
+++ b/queue/perf-tests-bp_account-Make-global-variable-static.patch
@@ -1,4 +1,4 @@
-From cff20b3151ccab690715cb6cf0f5da5cccb32adf Mon Sep 17 00:00:00 2001
+From 4a5e0b190317038ecec4cba4c2cc5ebf7d763ea8 Mon Sep 17 00:00:00 2001
From: Arnaldo Carvalho de Melo <acme@redhat.com>
Date: Mon, 2 Mar 2020 11:13:19 -0300
Subject: [PATCH] perf tests bp_account: Make global variable static
@@ -22,11 +22,11 @@ Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
diff --git a/tools/perf/tests/bp_account.c b/tools/perf/tests/bp_account.c
-index d0b935356274..489b50604cf2 100644
+index 57fc544aedb0..92226772d3c4 100644
--- a/tools/perf/tests/bp_account.c
+++ b/tools/perf/tests/bp_account.c
-@@ -19,7 +19,7 @@
- #include "../perf-sys.h"
+@@ -21,7 +21,7 @@
+ #include "perf.h"
#include "cloexec.h"
-volatile long the_var;