cpuidle: Rename X86 specific idle poll state[0] from C0 to POLL
authorThomas Renninger <trenn@suse.de>
Fri, 7 Jan 2011 10:29:43 +0000 (11:29 +0100)
committerLen Brown <len.brown@intel.com>
Wed, 12 Jan 2011 17:47:31 +0000 (12:47 -0500)
C0 means and is well know as "not idle".
All documentation out there uses this term as "running"/"not idle"
state. Also Linux userspace tools (e.g. cpufreq-aperf and turbostat)
show C0 residency which there is correct, but means something totally
else than cpuidle "POLL" state.

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found