summaryrefslogtreecommitdiffstats
path: root/debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch')
-rw-r--r--debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch b/debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch
index 7a15474f4..32713d256 100644
--- a/debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch
+++ b/debian/patches-rt/0120-softirq-Disable-softirq-stacks-for-RT.patch
@@ -1,7 +1,7 @@
From: Thomas Gleixner <tglx@linutronix.de>
Date: Mon, 18 Jul 2011 13:59:17 +0200
Subject: [PATCH 120/353] softirq: Disable softirq stacks for RT
-Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=fd9bd08b1b2f9c99314b78b5e9e402a877996522
+Origin: https://git.kernel.org/cgit/linux/kernel/git/rt/linux-stable-rt.git/commit?id=eecedc65a229f4e4fbdb24922843629e839edfe4
Disable extra stacks for softirqs. We want to preempt softirqs and
having them on special IRQ-stack does not make this easier.