Re: [PATCH] no-idle-hz aka dynamic ticks-2

2005-08-04 Thread Con Kolivas
On Fri, 5 Aug 2005 10:02 am, Con Kolivas wrote: > On Thu, 4 Aug 2005 07:09 am, Pavel Machek wrote: > > Hi! > > > > > > > As promised, here is an updated patch for the newly released > > > > > 2.6.13-rc5. Boots and runs fine on P4HT (SMP+SMT kernel) built with > > > > > gcc 4.0.1. > > > > > > > > Do

Re: [PATCH] no-idle-hz aka dynamic ticks-2

2005-08-04 Thread Con Kolivas
On Thu, 4 Aug 2005 07:09 am, Pavel Machek wrote: > Hi! > > > > > As promised, here is an updated patch for the newly released > > > > 2.6.13-rc5. Boots and runs fine on P4HT (SMP+SMT kernel) built with > > > > gcc 4.0.1. > > > > > > Doesn't compile for me w/ gcc 3.4.4: > > > > Thanks for the report

Re: [PATCH] no-idle-hz aka dynamic ticks-2

2005-08-04 Thread Pavel Machek
Hi! > > > As promised, here is an updated patch for the newly released 2.6.13-rc5. > > > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. > > > > Doesn't compile for me w/ gcc 3.4.4: > > Thanks for the report. Tiny change required. Here is a respun patch. I tried setting DYN_T

Re: [PATCH] no-idle-hz aka dynamic ticks-2

2005-08-04 Thread Con Kolivas
On Thu, 4 Aug 2005 07:12, Pavel Machek wrote: > Hi! > > > > > As promised, here is an updated patch for the newly released > > > > 2.6.13-rc5. Boots and runs fine on P4HT (SMP+SMT kernel) built with > > > > gcc 4.0.1. > > > > > > Doesn't compile for me w/ gcc 3.4.4: > > > > Thanks for the report. T

Re: [PATCH] no-idle-hz aka dynamic ticks-2

2005-08-04 Thread Pavel Machek
Hi! > > > As promised, here is an updated patch for the newly released 2.6.13-rc5. > > > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. > > > > Doesn't compile for me w/ gcc 3.4.4: > > Thanks for the report. Tiny change required. Here is a respun patch. Sorry, it breaks my m

Re: [PATCH] no-idle-hz aka dynamic ticks-2

2005-08-04 Thread Pavel Machek
Hi! > > > As promised, here is an updated patch for the newly released 2.6.13-rc5. > > > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. > > > > Doesn't compile for me w/ gcc 3.4.4: > > Thanks for the report. Tiny change required. Here is a respun patch. I'm not sure if you ad

Re: [PATCH] no-idle-hz aka dynamic ticks

2005-08-03 Thread Tony Lindgren
* Russell King <[EMAIL PROTECTED]> [050803 00:59]: > On Tue, Aug 02, 2005 at 10:25:26PM +1000, Con Kolivas wrote: > > As promised, here is an updated patch for the newly released 2.6.13-rc5. > > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. > > Please note that ARM already has

Re: [PATCH] no-idle-hz aka dynamic ticks

2005-08-03 Thread Russell King
On Tue, Aug 02, 2005 at 10:25:26PM +1000, Con Kolivas wrote: > As promised, here is an updated patch for the newly released 2.6.13-rc5. > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. Please note that ARM already has dyn-tick merged in mainline. If we're going to be adding dy

[PATCH] no-idle-hz aka dynamic ticks-2

2005-08-02 Thread Con Kolivas
On Tue, 2 Aug 2005 22:58, Prakash Punnoor wrote: > Con Kolivas schrieb: > > As promised, here is an updated patch for the newly released 2.6.13-rc5. > > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. > > Doesn't compile for me w/ gcc 3.4.4: Thanks for the report. Tiny change re

Re: [PATCH] no-idle-hz aka dynamic ticks

2005-08-02 Thread Con Kolivas
On Tue, 2 Aug 2005 22:58, Prakash Punnoor wrote: > Con Kolivas schrieb: > > As promised, here is an updated patch for the newly released 2.6.13-rc5. > > Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. > > Doesn't compile for me w/ gcc 3.4.4: > > > CC arch/i386/kernel/irq.o

Re: [PATCH] no-idle-hz aka dynamic ticks

2005-08-02 Thread Prakash Punnoor
Con Kolivas schrieb: > As promised, here is an updated patch for the newly released 2.6.13-rc5. > Boots > and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. Doesn't compile for me w/ gcc 3.4.4: CC arch/i386/kernel/irq.o In file included from include/linux/dyn-tick.h:64,

[PATCH] no-idle-hz aka dynamic ticks

2005-08-02 Thread Con Kolivas
As promised, here is an updated patch for the newly released 2.6.13-rc5. Boots and runs fine on P4HT (SMP+SMT kernel) built with gcc 4.0.1. Cheers, Con --- This is the dynamic ticks patch for i386 as written by Tony Lindgen <[EMAIL PROTECTED]> and Tuukka Tikkanen <[EMAIL PROTECTED]>. This ver