Re: [PATCH] powerpc: Silent SW timebase sync

2008-10-14 Thread Grant Likely
On Wed, Oct 15, 2008 at 03:25:28PM +1100, Benjamin Herrenschmidt wrote: > When no HW method is provided to sync the timebase, linux uses > a software algorithm. > > The code for that is very verbose using straight printk's without > log level. A lot of this is mostly useless unless you want to deb

[PATCH] powerpc: Silent SW timebase sync

2008-10-14 Thread Benjamin Herrenschmidt
When no HW method is provided to sync the timebase, linux uses a software algorithm. The code for that is very verbose using straight printk's without log level. A lot of this is mostly useless unless you want to debug the process, and we didn't have any problem with it for years anyway so this tu