Re: [PATCH 07/13] m68k: sun3/sun3c: use legacy_timer_tick

2020-10-12 Thread Geert Uytterhoeven
On Thu, Oct 8, 2020 at 5:48 PM Arnd Bergmann wrote: > These two are different from all other machines: > > * sun3 does not call timer_routine() but open-codes it > except for the profile_tick() call that appears to > be unintentionally missing. > > * sun3x has a commented-out timer irq

[PATCH 07/13] m68k: sun3/sun3c: use legacy_timer_tick

2020-10-08 Thread Arnd Bergmann
These two are different from all other machines: * sun3 does not call timer_routine() but open-codes it except for the profile_tick() call that appears to be unintentionally missing. * sun3x has a commented-out timer irq handler but no functional timer tick I could find. Change both to