summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch')
-rw-r--r--debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch b/debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch
index 28e68db60..e016f75c1 100644
--- a/debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch
+++ b/debian/patches-rt/mm-vmalloc-use-get-cpu-light.patch
@@ -1,7 +1,7 @@
Subject: mm/vmalloc: Another preempt disable region which sucks
From: Thomas Gleixner <tglx@linutronix.de>
Date: Tue, 12 Jul 2011 11:39:36 +0200
-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
Avoid the preempt disable version of get_cpu_var(). The inner-lock should
provide enough serialisation.