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 b2be2f98a..06a3cd26e 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/4.19/older/patches-4.19.10-rt8.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/4.19/older/patches-4.19.13-rt10.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