The patch titled Subject: cpuidle: remove unused hrtimer_peek_ahead_timers() call has been added to the -mm tree. Its filename is cpuidle-remove-unused-hrtimer_peek_ahead_timers-call.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Subject: cpuidle: remove unused hrtimer_peek_ahead_timers() call cpuidle: remove unused hrtimer_peek_ahead_timers() call commit 9a6558371bcd01c2973b7638181db4ccc34eab4f Author: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx> Date: Sun Nov 9 12:45:10 2008 -0800 regression: disable timer peek-ahead for 2.6.28 It's showing up as regressions; disabling it very likely just papers over an underlying issue, but time is running out for 2.6.28, lets get back to this for 2.6.29 Many years has passed since 2008, so it seems ok to remove whole `#if 0' block. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Cc: Kevin Hilman <khilman@xxxxxx> Cc: Len Brown <len.brown@xxxxxxxxx> Cc: Trinabh Gupta <g.trinabh@xxxxxxxxx> Cc: Deepthi Dharwar <deepthi@xxxxxxxxxxxxxxxxxx> Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/cpuidle/cpuidle.c | 9 --------- 1 file changed, 9 deletions(-) diff -puN drivers/cpuidle/cpuidle.c~cpuidle-remove-unused-hrtimer_peek_ahead_timers-call drivers/cpuidle/cpuidle.c --- a/drivers/cpuidle/cpuidle.c~cpuidle-remove-unused-hrtimer_peek_ahead_timers-call +++ a/drivers/cpuidle/cpuidle.c @@ -121,15 +121,6 @@ int cpuidle_idle_call(void) if (!dev || !dev->enabled) return -EBUSY; -#if 0 - /* shows regressions, re-enable for 2.6.29 */ - /* - * run any timers that can be run now, at this point - * before calculating the idle duration etc. - */ - hrtimer_peek_ahead_timers(); -#endif - /* ask the governor for the next state */ next_state = cpuidle_curr_governor->select(drv, dev); if (need_resched()) { _ Subject: Subject: cpuidle: remove unused hrtimer_peek_ahead_timers() call Patches currently in -mm which might be from sergey.senozhatsky@xxxxxxxxx are cpuidle-remove-unused-hrtimer_peek_ahead_timers-call.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html