m68k: split heartbeat out of timer function
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Sep 2020 14:37:37 +0000 (16:37 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 30 Oct 2020 20:57:05 +0000 (21:57 +0100)
commitd6444094042b4f4b4623dc1a2437f61309b9b34b
tree0ffc5fc790b78e17fda3efb60976c293a20406ce
parent275e70e4b9dd4d59639e43fb859d0c953a374752
m68k: split heartbeat out of timer function

The heartbeat functionality is mostly separate from the
actual timer interrupt handling, and it is only used on
five platforms.

Split it out into a separate function and call that directly
from the timer irq on those platforms.

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Tested-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/m68k/amiga/config.c
arch/m68k/apollo/config.c
arch/m68k/atari/time.c
arch/m68k/hp300/time.c
arch/m68k/include/asm/machdep.h
arch/m68k/kernel/time.c
arch/m68k/q40/q40ints.c