Re: [PATCH 06/13] m68k: split heartbeat out of timer function

2020-10-12 Thread Geert Uytterhoeven
On Thu, Oct 8, 2020 at 5:48 PM Arnd Bergmann wrote: > 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. > >

[PATCH 06/13] m68k: split heartbeat out of timer function

2020-10-08 Thread Arnd Bergmann
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. Signed-off-by: Arnd Bergmann --- arch/m68k/amiga/config.c|