On Wed, 2010-05-26 at 22:42 -0400, Len Brown wrote: > +static struct cpuidle_state atom_cstates[MWAIT_MAX_NUM_CSTATES] = { > + { "", "", 0, 0, 0, 0, 0, 0, 0, 0}, > + { "ATM-C1", "MWAIT 0x00", (void *) 0x00, > + CPUIDLE_FLAG_TIME_VALID, > + 1, 1000, 4, 0, 0, &intel_idle }, > + { "ATM-C2", "MWAIT 0x10", (void *) 0x10, > + CPUIDLE_FLAG_TIME_VALID, > + 20, 500, 80, 0, 0, &intel_idle }, > + { "", "", 0, 0, 0, 0, 0, 0, 0, 0}, > + { "ATM-C4", "MWAIT 0x30", (void *) 0x30, > + CPUIDLE_FLAG_TIME_VALID, > + 100, 250, 400, 0, 0, &intel_idle }, > + { "ATM-C6", "MWAIT 0x40", (void *) 0x40, > + CPUIDLE_FLAG_TIME_VALID, > + 200, 150, 800, 0, 0, &intel_idle }, > + { "", "", 0, 0, 0, 0, 0, 0, 0, 0}, > + { "", "", 0, 0, 0, 0, 0, 0, 0, 0} > +}; I see that you have updated this code in your tree to disable C4 and C6 on atom. This has piqued my curiosity. I've now seen 2 atom netbooks from different OEMs that hide C4 when you plug the power in. After the first machine I thought, "must be a BIOS/ACPI bug," but now I'm beginning to wonder if there's some issue with atom C4 states? That's beside the fact that I've not seen C6 on either machine at all. Do you have any insight? Thanks, -- Chase _______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm