aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r--drivers/cpuidle/cpuidle.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c
index 2f0083a51a9a..588b44aa1de4 100644
--- a/drivers/cpuidle/cpuidle.c
+++ b/drivers/cpuidle/cpuidle.c
@@ -124,15 +124,6 @@ int cpuidle_idle_call(void)
124 if (!dev || !dev->enabled) 124 if (!dev || !dev->enabled)
125 return -EBUSY; 125 return -EBUSY;
126 126
127#if 0
128 /* shows regressions, re-enable for 2.6.29 */
129 /*
130 * run any timers that can be run now, at this point
131 * before calculating the idle duration etc.
132 */
133 hrtimer_peek_ahead_timers();
134#endif
135
136 /* ask the governor for the next state */ 127 /* ask the governor for the next state */
137 next_state = cpuidle_curr_governor->select(drv, dev); 128 next_state = cpuidle_curr_governor->select(drv, dev);
138 if (need_resched()) { 129 if (need_resched()) {