Re: [patch 27/35] Work around errata 4290

2007-07-05 Thread Olof Johansson
On Thu, Jul 05, 2007 at 08:50:21PM +0200, Gabriel Paubert wrote: > On Thu, Jul 05, 2007 at 12:03:00PM -0500, Olof Johansson wrote: > > Workaround for errata 4290: The decrementer ticks at half the expected rate > > so load it with half the value it would otherwise be loaded with. > > > > > > Inde

Re: [patch 27/35] Work around errata 4290

2007-07-05 Thread Gabriel Paubert
On Thu, Jul 05, 2007 at 12:03:00PM -0500, Olof Johansson wrote: > Workaround for errata 4290: The decrementer ticks at half the expected rate > so load it with half the value it would otherwise be loaded with. > > > Index: 2.6.21/include/asm-powerpc/time.h > ==

[patch 27/35] Work around errata 4290

2007-07-05 Thread Olof Johansson
Workaround for errata 4290: The decrementer ticks at half the expected rate so load it with half the value it would otherwise be loaded with. Index: 2.6.21/include/asm-powerpc/time.h === --- 2.6.21.orig/include/asm-powerpc/time.h +++