Re: [PATCH 1/1] vmstat-use-our-own-timer-events-fix

2007-05-08 Thread Christoph Lameter
On Tue, 8 May 2007, Jiri Slaby wrote: > Yes, it helped, thanks. If no objections, please apply the patch below. Acked-by: Christoph Lameter <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo in

Re: [PATCH 1/1] vmstat-use-our-own-timer-events-fix

2007-05-08 Thread Oleg Nesterov
On 05/08, Jiri Slaby wrote: > > Oleg Nesterov wrote: > > On 05/08, Oleg Nesterov wrote: > > > > > > On 05/08, Jiri Slaby wrote: > > > > > > This should not happen because we are doing cancel_rearming_delayed_work() > > > below, however: > > > > > > > + case CPU_DOWN_PREPARE: > > > > +

[PATCH 1/1] vmstat-use-our-own-timer-events-fix

2007-05-08 Thread Jiri Slaby
Oleg Nesterov wrote: > On 05/08, Oleg Nesterov wrote: > > > > On 05/08, Jiri Slaby wrote: > > > > This should not happen because we are doing cancel_rearming_delayed_work() > > below, however: > > > > > + case CPU_DOWN_PREPARE: > > > + case CPU_DOWN_PREPARE_FROZEN: > > > +