summaryrefslogtreecommitdiff
path: root/patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch')
-rw-r--r--patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch b/patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch
index 3febe509a913..cc4520e9d754 100644
--- a/patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch
+++ b/patches/tick-Fix-timer-storm-since-introduction-of-timersd.patch
@@ -47,7 +47,7 @@ Link: https://lkml.kernel.org/r/20220405010752.1347437-2-frederic@kernel.org
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
-@@ -625,9 +625,16 @@ extern void raise_softirq(unsigned int n
+@@ -607,9 +607,16 @@ extern void raise_softirq(unsigned int n
#ifdef CONFIG_PREEMPT_RT
DECLARE_PER_CPU(struct task_struct *, timersd);
@@ -64,7 +64,7 @@ Link: https://lkml.kernel.org/r/20220405010752.1347437-2-frederic@kernel.org
#else
static inline void raise_timer_softirq(void)
{
-@@ -638,6 +645,11 @@ static inline void raise_hrtimer_softirq
+@@ -620,6 +627,11 @@ static inline void raise_hrtimer_softirq
{
raise_softirq_irqoff(HRTIMER_SOFTIRQ);
}