From: Deepthi Dharwar Date: Fri, 28 Oct 2011 10:50:33 +0000 (+0530) Subject: cpuidle: Split cpuidle_state structure and move per-cpu statistics fields X-Git-Tag: v3.2-rc1~10^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4202735e8ab6ecfb0381631a0d0b58fefe0bd4e2;p=pandora-kernel.git cpuidle: Split cpuidle_state structure and move per-cpu statistics fields This is the first step towards global registration of cpuidle states. The statistics used primarily by the governor are per-cpu and have to be split from rest of the fields inside cpuidle_state, which would be made global i.e. single copy. The driver_data field is also per-cpu and moved. Signed-off-by: Deepthi Dharwar Signed-off-by: Trinabh Gupta Tested-by: Jean Pihet Reviewed-by: Kevin Hilman Acked-by: Arjan van de Ven Acked-by: Kevin Hilman Signed-off-by: Len Brown --- Reading git-diff-tree failed