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 "CPUIDLE" state. Signed-off-by: Thomas Renninger <trenn@xxxxxxx> CC: arjan@xxxxxxxxxxxxxxx CC: lenb@xxxxxxxxxx CC: linux-acpi@xxxxxxxxxxxxxxx --- drivers/cpuidle/cpuidle.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index 08d5f05..535df42 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c @@ -260,8 +260,8 @@ static void poll_idle_init(struct cpuidle_device *dev) cpuidle_set_statedata(state, NULL); - snprintf(state->name, CPUIDLE_NAME_LEN, "C0"); - snprintf(state->desc, CPUIDLE_DESC_LEN, "CPUIDLE CORE POLL IDLE"); + snprintf(state->name, CPUIDLE_NAME_LEN, "CPUIDLE"); + snprintf(state->desc, CPUIDLE_DESC_LEN, "CORE POLL IDLE"); state->exit_latency = 0; state->target_residency = 0; state->power_usage = -1; -- 1.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html