]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: coldfire: use legacy_timer_tick()
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Sep 2020 14:28:53 +0000 (16:28 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 20:57:05 +0000 (21:57 +0100)
commit1436d25d9a5cff81934be62981f766d9479819fd
treefc9af940d317499ccfcdd206a374e53eb850fb9b
parentd7cc82a116483bb648c250d5e3ed947f48d3bc06
m68k: coldfire: use legacy_timer_tick()

Replace the indirect function calls in the timer code
with direct calls to the newly added legacy_timer_tick()
helper for those that have not yet been converted to
generic clockevents.

This makes the timer code a little more self-contained.

Tested-by: Greg Ungerer <gerg@linux-m68k.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/m68k/Kconfig.cpu
arch/m68k/coldfire/Makefile
arch/m68k/coldfire/sltimers.c
arch/m68k/coldfire/timers.c