Commit 6500c07
committed
timers: Move store of next event into __next_timer_interrupt()
JIRA: https://issues.redhat.com/browse/RHEL-33787
commit b5e6f59
Author: Anna-Maria Behnsen <anna-maria@linutronix.de>
Date: Fri Dec 1 10:26:29 2023 +0100
timers: Move store of next event into __next_timer_interrupt()
Both call sites of __next_timer_interrupt() store the return value directly
in base->next_expiry. Move the store into __next_timer_interrupt() and to
make its purpose more clear, rename the function to next_expiry_recalc().
No functional change.
Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20231201092654.34614-8-anna-maria@linutronix.de
Signed-off-by: Phil Auld <pauld@redhat.com>1 parent d117d7f commit 6500c07
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1747 | 1747 | | |
1748 | 1748 | | |
1749 | 1749 | | |
| 1750 | + | |
| 1751 | + | |
1750 | 1752 | | |
1751 | | - | |
| 1753 | + | |
1752 | 1754 | | |
1753 | 1755 | | |
1754 | 1756 | | |
| |||
1814 | 1816 | | |
1815 | 1817 | | |
1816 | 1818 | | |
| 1819 | + | |
1817 | 1820 | | |
1818 | 1821 | | |
1819 | | - | |
1820 | | - | |
1821 | 1822 | | |
1822 | 1823 | | |
1823 | 1824 | | |
| |||
1877 | 1878 | | |
1878 | 1879 | | |
1879 | 1880 | | |
1880 | | - | |
| 1881 | + | |
1881 | 1882 | | |
1882 | 1883 | | |
1883 | 1884 | | |
| |||
1968 | 1969 | | |
1969 | 1970 | | |
1970 | 1971 | | |
1971 | | - | |
| 1972 | + | |
1972 | 1973 | | |
1973 | 1974 | | |
1974 | 1975 | | |
| |||
0 commit comments