From: Yi Yang Date: Mon, 25 Feb 2008 00:46:12 +0000 (+0800) Subject: cpuidle: fix cpuidle time and usage overflow X-Git-Tag: v2.6.25-rc8~75^2~1^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b78cf602fd3bd97c0080edd22fe8fd5d0fa7832;p=pandora-kernel.git cpuidle: fix cpuidle time and usage overflow cpuidle C-state sysfs node time and usage are very easy to overflow because they are all of unsigned int type, time will overflow within about two hours, usage will take longer time to overflow, but they are increasing for ever. This patch will convert them to unsigned long long. Signed-off-by: Yi Yang Acked-by: Venkatesh Pallipadi Signed-off-by: Len Brown --- Reading git-diff-tree failed