cpuidle: remove unused hrtimer_peek_ahead_timers() call
authorSergey Senozhatsky <sergey.senozhatsky@gmail.com>
Fri, 4 May 2012 21:06:02 +0000 (14:06 -0700)
committerLen Brown <len.brown@intel.com>
Fri, 1 Jun 2012 20:06:48 +0000 (16:06 -0400)
commit0aeb9cac6f8a6fc68acfb07d30b62ad6106a6384
tree7a06641d75e75558b266ac92833167b94e61cda5
parent76e10d158efb6d4516018846f60c2ab5501900bc
cpuidle: remove unused hrtimer_peek_ahead_timers() call

  commit 9a6558371bcd01c2973b7638181db4ccc34eab4f
  Author: Arjan van de Ven <arjan@linux.intel.com>
  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@gmail.com>
Cc: Kevin Hilman <khilman@ti.com>
Cc: Trinabh Gupta <g.trinabh@gmail.com>
Cc: Deepthi Dharwar <deepthi@linux.vnet.ibm.com>
Cc: Arjan van de Ven <arjan@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/cpuidle/cpuidle.c