summaryrefslogtreecommitdiff
path: root/patches/preempt-lazy-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/preempt-lazy-support.patch')
-rw-r--r--patches/preempt-lazy-support.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/patches/preempt-lazy-support.patch b/patches/preempt-lazy-support.patch
index ce3a94694851..9721ff961d99 100644
--- a/patches/preempt-lazy-support.patch
+++ b/patches/preempt-lazy-support.patch
@@ -441,7 +441,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
}
static __always_inline
-@@ -5050,7 +5050,7 @@ static void hrtick_start_fair(struct rq
+@@ -5075,7 +5075,7 @@ static void hrtick_start_fair(struct rq
if (delta < 0) {
if (rq->curr == p)
@@ -450,7 +450,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
return;
}
hrtick_start(rq, delta);
-@@ -6879,7 +6879,7 @@ static void check_preempt_wakeup(struct
+@@ -6904,7 +6904,7 @@ static void check_preempt_wakeup(struct
return;
preempt:
@@ -459,7 +459,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
/*
* Only set the backward buddy when the current task is still
* on the rq. This can happen when a wakeup gets interleaved
-@@ -10075,7 +10075,7 @@ static void task_fork_fair(struct task_s
+@@ -10100,7 +10100,7 @@ static void task_fork_fair(struct task_s
* 'current' within the tree based on its new key value.
*/
swap(curr->vruntime, se->vruntime);
@@ -468,7 +468,7 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
}
se->vruntime -= cfs_rq->min_vruntime;
-@@ -10099,7 +10099,7 @@ prio_changed_fair(struct rq *rq, struct
+@@ -10124,7 +10124,7 @@ prio_changed_fair(struct rq *rq, struct
*/
if (rq->curr == p) {
if (p->prio > oldprio)