Commit 34aefd2
committed
timers: Use already existing function for forwarding timer base
JIRA: https://issues.redhat.com/browse/RHEL-33787
commit 7a39a50
Author: Anna-Maria Behnsen <anna-maria@linutronix.de>
Date: Fri Dec 1 10:26:32 2023 +0100
timers: Use already existing function for forwarding timer base
There is an already existing function for forwarding the timer
base. Forwarding the timer base is implemented directly in
get_next_timer_interrupt() as well.
Remove the code duplication and invoke __forward_timer_base() 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-11-anna-maria@linutronix.de
Signed-off-by: Phil Auld <pauld@redhat.com>1 parent 3f6a1a1 commit 34aefd2
1 file changed
+2
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1886 | 1886 | | |
1887 | 1887 | | |
1888 | 1888 | | |
1889 | | - | |
1890 | | - | |
| 1889 | + | |
1891 | 1890 | | |
1892 | | - | |
1893 | | - | |
1894 | | - | |
1895 | | - | |
1896 | | - | |
1897 | | - | |
| 1891 | + | |
1898 | 1892 | | |
1899 | 1893 | | |
1900 | 1894 | | |
| |||
0 commit comments