projects
/
wrapfs-5.5.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e0bf74
)
sched/core: Remove duplicate assignment in sched_tick_remote()
author
Scott Wood
<swood@redhat.com>
Tue, 4 Feb 2020 00:35:58 +0000
(19:35 -0500)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 17 Apr 2020 14:12:10 +0000
(16:12 +0200)
commit
82e0516ce3a147365a5dd2a9bedd5ba43a18663d
upstream.
A redundant "curr = rq->curr" was added; remove it.
Fixes: ebc0f83c78a2 ("timers/nohz: Update NOHZ load in remote tick")
Signed-off-by: Scott Wood <swood@redhat.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/1580776558-12882-1-git-send-email-swood@redhat.com
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/sched/core.c
patch
|
blob
|
history
diff --git
a/kernel/sched/core.c
b/kernel/sched/core.c
index 9e7768dbd92d2ce0b07b9f827855917aaba7bc1f..81b0c7ad9f9eeefa1c923c8666611e67b55ad039 100644
(file)
--- a/
kernel/sched/core.c
+++ b/
kernel/sched/core.c
@@
-3677,7
+3677,6
@@
static void sched_tick_remote(struct work_struct *work)
if (cpu_is_offline(cpu))
goto out_unlock;
- curr = rq->curr;
update_rq_clock(rq);
if (!is_idle_task(curr)) {