On Sun, Nov 12, 2006 at 10:23:41PM +0300, Sergei Shtylyov wrote: > > if (!cpu_has_counter && IOASIC) > > /* For pre-R4k systems we use the I/O ASIC's counter. */ > >- mips_hpt_read = dec_ioasic_hpt_read; > >+ clocksource_mips.read = dec_ioasic_hpt_read; > > I'd like to see clocksource_mips.name overriden there as well. > > #endif > > static void __init jmr3927_time_init(void) > > { > >- mips_hpt_read = jmr3927_hpt_read; > >+ clocksource_mips.read = jmr3927_hpt_read; > > And the same here as well as this is TX3927-specific timer. ... The whole MIPS clocksource is only a stop gap solution until all platforms have provided their own clocksource drivers. Ralf