From: Daniel Lezcano Date: Thu, 8 May 2014 21:52:59 +0000 (+0900) Subject: ARM: EXYNOS: Disable cpuidle for exynos5440 X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~40^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ecb842ba19d205a1e5d6c3de5656e1cb986284;p=pandora-kernel.git ARM: EXYNOS: Disable cpuidle for exynos5440 There is no point to register the cpuidle driver for the 5440 as it has only one WFI state which is the default idle function when the cpuidle driver is disabled. By disabling cpuidle we prevent to enter to the governor computation for nothing, thus saving a lot of processing time. The only drawback is the statistic via sysfs on this state which is lost but it is meaningless and it could be retrieved from the ftrace easily. Signed-off-by: Daniel Lezcano Reviewed-by: Tomasz Figa Acked-by: Amit Kucheria Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed