diff options
Diffstat (limited to 'debian/patches-rt/0269-genirq-update-irq_set_irqchip_state-documentation.patch')
-rw-r--r-- | debian/patches-rt/0269-genirq-update-irq_set_irqchip_state-documentation.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches-rt/0269-genirq-update-irq_set_irqchip_state-documentation.patch b/debian/patches-rt/0269-genirq-update-irq_set_irqchip_state-documentation.patch index aae472078..23798ead7 100644 --- a/debian/patches-rt/0269-genirq-update-irq_set_irqchip_state-documentation.patch +++ b/debian/patches-rt/0269-genirq-update-irq_set_irqchip_state-documentation.patch @@ -1,8 +1,8 @@ -From 0eeda295a1e21ff716f482a4115822e9789e305f Mon Sep 17 00:00:00 2001 +From 0b1b363dab2cf6ca9d71117560a36d8c4bf2a28c Mon Sep 17 00:00:00 2001 From: Josh Cartwright <joshc@ni.com> Date: Thu, 11 Feb 2016 11:54:00 -0600 Subject: [PATCH 269/323] genirq: update irq_set_irqchip_state documentation -Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.204-rt100.tar.xz +Origin: https://www.kernel.org/pub/linux/kernel/projects/rt/5.10/older/patches-5.10.215-rt107.tar.xz On -rt kernels, the use of migrate_disable()/migrate_enable() is sufficient to guarantee a task isn't moved to another CPU. Update the @@ -15,7 +15,7 @@ Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/irq/manage.c b/kernel/irq/manage.c -index 5ec167fb77b9..228699d9c85c 100644 +index 5ec167fb77b91..228699d9c85ca 100644 --- a/kernel/irq/manage.c +++ b/kernel/irq/manage.c @@ -2756,7 +2756,7 @@ EXPORT_SYMBOL_GPL(irq_get_irqchip_state); @@ -28,5 +28,5 @@ index 5ec167fb77b9..228699d9c85c 100644 */ int irq_set_irqchip_state(unsigned int irq, enum irqchip_irq_state which, -- -2.43.0 +2.44.0 |