forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit82e0516
sched/core: Remove duplicate assignment in sched_tick_remote()
A redundant "curr = rq->curr" was added; remove it.Fixes:ebc0f83 ("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.com1 parentb4fb015 commit82e0516
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3683 | 3683 | | |
3684 | 3684 | | |
3685 | 3685 | | |
3686 | | - | |
3687 | 3686 | | |
3688 | 3687 | | |
3689 | 3688 | | |
| |||
0 commit comments
Comments
(0)