Re: [PATCH 04/11] hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback

2008-01-08 Thread Ingo Molnar
* Peter Zijlstra <[EMAIL PROTECTED]> wrote: > On Sun, 2008-01-06 at 17:11 +0100, Peter Zijlstra wrote: > > plain text document attachment (hrtimer-fallback.patch) > > I know I should have boot tested more combinations :-( > Please fold this into the patch. done. Ingo -- To unsubscribe

Re: [PATCH 04/11] hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback

2008-01-08 Thread Ingo Molnar
* Peter Zijlstra [EMAIL PROTECTED] wrote: On Sun, 2008-01-06 at 17:11 +0100, Peter Zijlstra wrote: plain text document attachment (hrtimer-fallback.patch) I know I should have boot tested more combinations :-( Please fold this into the patch. done. Ingo -- To unsubscribe from

Re: [PATCH 04/11] hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback

2008-01-07 Thread Peter Zijlstra
On Sun, 2008-01-06 at 17:11 +0100, Peter Zijlstra wrote: > plain text document attachment (hrtimer-fallback.patch) I know I should have boot tested more combinations :-( Please fold this into the patch. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- kernel/hrtimer.c | 38

Re: [PATCH 04/11] hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback

2008-01-07 Thread Peter Zijlstra
On Sun, 2008-01-06 at 17:11 +0100, Peter Zijlstra wrote: plain text document attachment (hrtimer-fallback.patch) I know I should have boot tested more combinations :-( Please fold this into the patch. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- kernel/hrtimer.c | 38

[PATCH 04/11] hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback

2008-01-06 Thread Peter Zijlstra
Currently all highres=off timers are run from softirq context, but HRTIMER_CB_IRQSAFE_NO_SOFTIRQ timers expect to run from irq context. Fix this up by splitting it similar to the highres=on case. Signed-off-by: Peter Zijlstra <[EMAIL PROTECTED]> --- include/linux/hrtimer.h |5 -

[PATCH 04/11] hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback

2008-01-06 Thread Peter Zijlstra
Currently all highres=off timers are run from softirq context, but HRTIMER_CB_IRQSAFE_NO_SOFTIRQ timers expect to run from irq context. Fix this up by splitting it similar to the highres=on case. Signed-off-by: Peter Zijlstra [EMAIL PROTECTED] --- include/linux/hrtimer.h |5 -