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 0ea2f09de..e6fa4116d 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/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
Avoid the preempt disable version of get_cpu_var(). The inner-lock should
provide enough serialisation.