Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Daniel Petrini
Hi, Here we have a new version that includes Jens Axboe's corrections and Con Kolivas tweaks. Thanks, Daniel -- 10LE - Linux INdT - Manaus - Brazil diff -uprN linux-2.6.12-orig/kernel/Makefile linux-dyn-tick/kernel/Makefile --- linux-2.6.12-orig/kernel/Makefile 2005-08-05 09:33:24.0

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Daniel Petrini
Hi, > -- > Jens Axboe > Thanks for your corrections. Here we have a new version. Daniel Petrini -- 10LE - Linux INdT - Manaus - Brazil diff -uprN linux-2.6.12-orig/kernel/Makefile linux-dyn-tick/kernel/Makefile --- linux-2.6.12-orig/kernel/Makefile 2005-08-03 23:50:26.0 -0400 +++

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Jens Axboe
On Thu, Aug 04 2005, Daniel Petrini wrote: > +static LIST_HEAD(timer_list); > + > +struct timer_top_info { > + unsigned intfunc_pointer; > + unsigned int long counter; > + struct list_headlist; > +}; > + > +struct timer_top_info top_info; > + > +int

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Jens Axboe
On Thu, Aug 04 2005, Daniel Petrini wrote: +static LIST_HEAD(timer_list); + +struct timer_top_info { + unsigned intfunc_pointer; + unsigned int long counter; + struct list_headlist; +}; + +struct timer_top_info top_info; + +int

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Daniel Petrini
Hi, -- Jens Axboe Thanks for your corrections. Here we have a new version. Daniel Petrini -- 10LE - Linux INdT - Manaus - Brazil diff -uprN linux-2.6.12-orig/kernel/Makefile linux-dyn-tick/kernel/Makefile --- linux-2.6.12-orig/kernel/Makefile 2005-08-03 23:50:26.0 -0400 +++

Re: [ck] [PATCH] Timer Top was: i386 No-Idle-Hz aka Dynamic-Ticks 3

2005-08-05 Thread Daniel Petrini
Hi, Here we have a new version that includes Jens Axboe's corrections and Con Kolivas tweaks. Thanks, Daniel -- 10LE - Linux INdT - Manaus - Brazil diff -uprN linux-2.6.12-orig/kernel/Makefile linux-dyn-tick/kernel/Makefile --- linux-2.6.12-orig/kernel/Makefile 2005-08-05 09:33:24.0