On Thu, May 21, 2020 at 05:07:24PM +0300, Serge Semin wrote: > Due to being embedded into the CPU cores MIPS count/compare timer > frequency is changed together with the CPU clocks alteration. > In case if frequency really changes the kernel clockevent framework > must be notified, otherwise the kernel timers won't work correctly. > Fix this by calling clockevents_update_freq() for each r4k clockevent > handlers registered per available CPUs. > > Traditionally MIPS r4k-clock are clocked with CPU frequency divided by 2. > But this isn't true for some of the platforms. Due to this we have to save > the basic CPU frequency, so then use it to scale the initial timer > frequency (mips_hpt_frequency) and pass the updated value further to the > clockevent framework. > > Signed-off-by: Serge Semin <[email protected]> > Cc: Alexey Malahov <[email protected]> > Cc: Thomas Bogendoerfer <[email protected]> > Cc: Paul Burton <[email protected]> > Cc: Ralf Baechle <[email protected]> > Cc: Greg Kroah-Hartman <[email protected]> > Cc: Arnd Bergmann <[email protected]> > Cc: Rob Herring <[email protected]> > Cc: [email protected] > --- > arch/mips/kernel/cevt-r4k.c | 44 +++++++++++++++++++++++++++++++++++++ > 1 file changed, 44 insertions(+)
applied to mips-next. Thomas. -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]

