On Thu, October 26, 2006 06:05, Atsushi Nemoto wrote: > static struct clocksource clocksource_mips = { > .name = "MIPS", > .rating = 250, > .read = read_mips_hpt, > .shift = 24, > .is_continuous = 1, > }; > > [...] > > I'll cook a patch later but until > then you can use lesser shift value, for example, 20. Setting it to 20 works, thanks. -- Karl-Johan Karlsson