summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch')
-rw-r--r--debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch b/debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch
index dca3472ea..816293fe9 100644
--- a/debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch
+++ b/debian/patches-rt/mm-page_alloc-Use-migrate_disable-in-drain_local_pag.patch
@@ -2,7 +2,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Thu, 2 Jul 2020 14:27:23 +0200
Subject: [PATCH] mm/page_alloc: Use migrate_disable() in
drain_local_pages_wq()
-Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.17-rt32.tar.xz
+Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.21-rt34.tar.xz
drain_local_pages_wq() disables preemption to avoid CPU migration during
CPU hotplug.