summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0077-mm-swap-Convert-to-percpu-locked.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/patches-rt/0077-mm-swap-Convert-to-percpu-locked.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches-rt/0077-mm-swap-Convert-to-percpu-locked.patch b/debian/patches-rt/0077-mm-swap-Convert-to-percpu-locked.patch
index 8c4b4dfde..f80f4eda3 100644
--- a/debian/patches-rt/0077-mm-swap-Convert-to-percpu-locked.patch
+++ b/debian/patches-rt/0077-mm-swap-Convert-to-percpu-locked.patch
@@ -1,7 +1,7 @@
From: Ingo Molnar <mingo@elte.hu>
Date: Fri, 3 Jul 2009 08:29:51 -0500
-Subject: [PATCH 077/353] mm/swap: Convert to percpu locked
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=f11cbef82fab199491592055c6bd404867e5d463
+Subject: [PATCH 077/354] mm/swap: Convert to percpu locked
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=41766d9e9f4c4460a518a83a4ffb657e262662bc
Replace global locks (get_cpu + local_irq_save) with "local_locks()".
Currently there is one of for "rotate" and one for "swap".
@@ -70,7 +70,7 @@ index 51f71e7740b2..a34a071048d2 100644
/*
diff --git a/mm/swap.c b/mm/swap.c
-index 45fdbfb6b2a6..92f994b962f0 100644
+index ce13e428380e..4e75c8e59874 100644
--- a/mm/swap.c
+++ b/mm/swap.c
@@ -33,6 +33,7 @@