summaryrefslogtreecommitdiff
path: root/tools/perf
diff options
context:
space:
mode:
authorAnna-Maria Behnsen <anna-maria@linutronix.de>2023-12-01 10:26:24 +0100
committerThomas Gleixner <tglx@linutronix.de>2023-12-20 16:49:37 +0100
commit318050671affa92fd166d988d08d4041c7b113c4 (patch)
treee9a25b678ca61d52c037118dc73a8db90ca36086 /tools/perf
parentcb665db94fc61512c9c94ed1d42af67e7bf6ce01 (diff)
tick/sched: Cleanup confusing variables
tick_nohz_stop_tick() contains the expires (u64 variable) and tick (ktime_t) variable. In the beginning the value of expires is written to tick. Afterwards none of the variables is changed. They are only used for checks. Drop the not required variable tick and use always expires instead. Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lore.kernel.org/r/20231201092654.34614-3-anna-maria@linutronix.de
Diffstat (limited to 'tools/perf')
0 files changed, 0 insertions, 0 deletions