From: Daniel Lezcano Date: Fri, 12 Apr 2013 12:35:49 +0000 (+0000) Subject: ARM: OMAP3: remove cpuidle_wrap_enter X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dcb9f1b17879534c80ccbf62fd13156f83ef799;p=pandora-kernel.git ARM: OMAP3: remove cpuidle_wrap_enter In a previous commit the en_core_tk_irqen flag has been added but we missed the cpuidle_wrap_enter which was doing the job to measure the time for the 'omap3_enter_idle' function. Actually, I don't see any reason to use this wrapper in the code. In the better case, the time computation is not correctly done because of the different operations done in omap3_enter_idle_bm which were not taken into account before the en_core_tk_irqen flag was set. As the time is reflected for the state overridden by the omap3_enter_idle_bm, using the wrapper is pointless now, so removing it. Signed-off-by: Daniel Lezcano Acked-by: Kevin Hilman Acked-by: Santosh Shilimkar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed