ACPI: cpuidle: Support C1 idle time accounting
authorvenkatesh.pallipadi@intel.com <venkatesh.pallipadi@intel.com>
Fri, 1 Feb 2008 01:35:05 +0000 (17:35 -0800)
committerLen Brown <len.brown@intel.com>
Thu, 7 Feb 2008 07:14:16 +0000 (02:14 -0500)
Show C1 idle time in /sysfs cpuidle interface. C1 idle time may not
be entirely accurate in all cases. It includes the time spent
in the interrupt handler after wakeup with "hlt" based C1. But, it will
be accurate with "mwait" based C1.

Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/processor_idle.c

Simple merge