summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch')
-rw-r--r--debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch b/debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch
index d2aa7f35b..4a5836c06 100644
--- a/debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch
+++ b/debian/patches-rt/0001-chelsio-cxgb-Replace-the-workqueue-with-threaded-int.patch
@@ -2,7 +2,7 @@ From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: Tue, 2 Feb 2021 18:01:03 +0100
Subject: [PATCH 1/2] chelsio: cxgb: Replace the workqueue with threaded
interrupt
-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
The external interrupt (F_PL_INTR_EXT) needs to be handled in a process
context and this is accomplished by utilizing a workqueue.