summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/mm-make-vmstat-rt-aware.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/mm-make-vmstat-rt-aware.patch')
-rw-r--r--debian/patches-rt/mm-make-vmstat-rt-aware.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/mm-make-vmstat-rt-aware.patch b/debian/patches-rt/mm-make-vmstat-rt-aware.patch
index 2751838a9..5ecff3126 100644
--- a/debian/patches-rt/mm-make-vmstat-rt-aware.patch
+++ b/debian/patches-rt/mm-make-vmstat-rt-aware.patch
@@ -1,7 +1,7 @@
From: Ingo Molnar <mingo@elte.hu>
Date: Fri, 3 Jul 2009 08:30:13 -0500
Subject: mm/vmstat: Protect per cpu variables with preempt disable on RT
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.9-rt3.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.2/older/patches-5.2.10-rt5.tar.xz
Disable preemption on -RT for the vmstat code. On vanila the code runs in
IRQ-off regions while on -RT it is not. "preempt_disable" ensures that the