Sergei Shtylyov writes: > The xtime_lock is still grabbed by time_init() That was left in there because we are setting sys_tz and do_gtod, and do_gtod at least is only updated with the xtime_lock held. Of course, at that early stage in the boot process, no lock is really needed, but xtime_lock was taken for consistency with other code. In fact there's quite a lot of stuff in there that could be removed now. I also want to make the vdso use an algorithm more like what getnstimeofday does. > The only thing I'm still unusre about is that deterministic accounting. > Could you point me at the patch which deals with this (at least for System 390 See efe567fc8281661524ffa75477a7c4ca9b466c63 in Linus' tree, and look for posts to lkml by Christian Borntraeger, who has been pursuing the issue (subject "Re: [stable] 2.6.23 regression: top displaying 9999% CPU usage"). Paul. - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html