parisc: use legacy_timer_tick
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Sep 2020 13:30:34 +0000 (15:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 20:57:05 +0000 (21:57 +0100)
commit686092e7daaa9f43396c57ea0044799e47f0d9da
tree45638082a37a9f519ec9b3c7b1194a4ee6fe4023
parent6239da297281e2ea6284ce28a92f97ab047aa365
parisc: use legacy_timer_tick

parisc has selected CONFIG_GENERIC_CLOCKEVENTS since commit 43b1f6abd590
("parisc: Switch to generic sched_clock implementation"), but does not
appear to actually be using it, and instead calls the low-level
timekeeping functions directly.

Remove the GENERIC_CLOCKEVENTS select again, and instead convert to
the newly added legacy_timer_tick() helper.

Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Documentation/features/time/clockevents/arch-support.txt
arch/parisc/Kconfig
arch/parisc/kernel/time.c