Re: [PATCH] hres_timers_resume must block interrupts

2007-08-14 Thread Thomas Gleixner
On Tue, 2007-08-14 at 07:36 +0200, Thomas Gleixner wrote: > On Mon, 2007-08-13 at 19:26 -0400, Joe Korty wrote: > > Retrigger_next_event() must be called with interrupts disabled. > > > > All internal (to hrtimer.c) uses of retrigger_next_event() are correct. > > But the version exported to other

Re: [PATCH] hres_timers_resume must block interrupts

2007-08-14 Thread Thomas Gleixner
On Tue, 2007-08-14 at 07:36 +0200, Thomas Gleixner wrote: On Mon, 2007-08-13 at 19:26 -0400, Joe Korty wrote: Retrigger_next_event() must be called with interrupts disabled. All internal (to hrtimer.c) uses of retrigger_next_event() are correct. But the version exported to other files,

Re: [PATCH] hres_timers_resume must block interrupts

2007-08-13 Thread Thomas Gleixner
On Mon, 2007-08-13 at 19:26 -0400, Joe Korty wrote: > Retrigger_next_event() must be called with interrupts disabled. > > All internal (to hrtimer.c) uses of retrigger_next_event() are correct. > But the version exported to other files, hres_timers_resume(), does not > do the IRQ blocking, nor

[PATCH] hres_timers_resume must block interrupts

2007-08-13 Thread Joe Korty
Retrigger_next_event() must be called with interrupts disabled. All internal (to hrtimer.c) uses of retrigger_next_event() are correct. But the version exported to other files, hres_timers_resume(), does not do the IRQ blocking, nor does the (single) external caller of it. Rather than require

[PATCH] hres_timers_resume must block interrupts

2007-08-13 Thread Joe Korty
Retrigger_next_event() must be called with interrupts disabled. All internal (to hrtimer.c) uses of retrigger_next_event() are correct. But the version exported to other files, hres_timers_resume(), does not do the IRQ blocking, nor does the (single) external caller of it. Rather than require

Re: [PATCH] hres_timers_resume must block interrupts

2007-08-13 Thread Thomas Gleixner
On Mon, 2007-08-13 at 19:26 -0400, Joe Korty wrote: Retrigger_next_event() must be called with interrupts disabled. All internal (to hrtimer.c) uses of retrigger_next_event() are correct. But the version exported to other files, hres_timers_resume(), does not do the IRQ blocking, nor does