Re: [PATCH 27/35] sched/idle: Use explicit broadcast oneshot control function

2015-02-21 Thread Peter Zijlstra
On Fri, Feb 20, 2015 at 07:56:17PM -0500, Nicolas Pitre wrote: > On Mon, 16 Feb 2015, Peter Zijlstra wrote: > > > From: Thomas Gleixner > > > > Replace the clockevents_notify() call with an explicit function call. > > > > Signed-off-by: Thomas Gleixner > > This patch makes my test system hang

Re: [PATCH 27/35] sched/idle: Use explicit broadcast oneshot control function

2015-02-20 Thread Nicolas Pitre
On Mon, 16 Feb 2015, Peter Zijlstra wrote: > From: Thomas Gleixner > > Replace the clockevents_notify() call with an explicit function call. > > Signed-off-by: Thomas Gleixner This patch makes my test system hang solid after letting it sit idle for 5 to 15 minutes. Reverting it and this iss

[PATCH 27/35] sched/idle: Use explicit broadcast oneshot control function

2015-02-16 Thread Peter Zijlstra
From: Thomas Gleixner Replace the clockevents_notify() call with an explicit function call. Signed-off-by: Thomas Gleixner --- kernel/sched/idle.c |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Index: linux/kernel/sched/idle.c ===