kernel-hacking-2024-linux-s.../drivers/cpuidle
Yi Yang 8b78cf602f 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 <yi.y.yang@intel.com>
Acked-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-03-26 00:45:26 -04:00
..
governors pm qos infrastructure and interface 2008-02-05 09:44:22 -08:00
cpuidle.c cpuidle: fix cpuidle time and usage overflow 2008-03-26 00:45:26 -04:00
cpuidle.h
driver.c
governor.c
Kconfig ACPI: CONFIG_CPU_IDLE=ACPI by default 2007-11-19 22:22:37 -05:00
Makefile
sysfs.c cpuidle: fix cpuidle time and usage overflow 2008-03-26 00:45:26 -04:00