]> git.baikalelectronics.ru Git - kernel.git/commit
intel_idle: remove stop/start critical timings
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 21 Apr 2013 22:21:29 +0000 (00:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 21 Apr 2013 22:21:29 +0000 (00:21 +0200)
commita4cc95d83b8a3898a9cdc96c82d04a0922cb2007
treed8e58e54edf2fe05cf5ca2fc4acb36179fb1e202
parent8f00d7e65c4e3d328692206c1a11b96ee83fd583
intel_idle: remove stop/start critical timings

The start/stop_critical_timings are called from arch/x86/kernel/process.c
in the cpu_idle loop function.

Remove the ones in the cpuidle driver.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Len Brown <len.brown@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/idle/intel_idle.c