]> git.baikalelectronics.ru Git - kernel.git/commit
sched/core: Remove duplicate assignment in sched_tick_remote()
authorScott Wood <swood@redhat.com>
Tue, 4 Feb 2020 00:35:58 +0000 (19:35 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 20 Feb 2020 20:03:13 +0000 (21:03 +0100)
commiteb676fade6f1392acd78e791c41431adc974cd45
tree258c513d31411b01ea4f5ecf5bb830f0c1c9c841
parent000b092406d8862de3290a570ff37fd106ba608f
sched/core: Remove duplicate assignment in sched_tick_remote()

A redundant "curr = rq->curr" was added; remove it.

Fixes: f5009a6da3fd ("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
kernel/sched/core.c