summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch')
-rw-r--r--debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch b/debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch
index 7b9ad0e55..3fe81fbb4 100644
--- a/debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch
+++ b/debian/patches-rt/0078-mm-perform-lru_add_drain_all-remotely.patch
@@ -1,7 +1,7 @@
From: Luiz Capitulino <lcapitulino@redhat.com>
Date: Fri, 27 May 2016 15:03:28 +0200
-Subject: [PATCH 078/353] mm: perform lru_add_drain_all() remotely
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=ddbda00eeee4a9177a7ebc3d05932ebfe414742f
+Subject: [PATCH 078/354] mm: perform lru_add_drain_all() remotely
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=ff13cad74e3bd4a5d0545cf8fc09123c542768a3
lru_add_drain_all() works by scheduling lru_add_drain_cpu() to run
on all CPUs that have non-empty LRU pagevecs and then waiting for
@@ -24,7 +24,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
1 file changed, 30 insertions(+), 6 deletions(-)
diff --git a/mm/swap.c b/mm/swap.c
-index 92f994b962f0..3885645a45ce 100644
+index 4e75c8e59874..90a4b4d0ba75 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -585,9 +585,15 @@ void lru_add_drain_cpu(int cpu)