> .desc = "MWAIT 0x51", > - .flags = MWAIT2flg(0x58) | CPUIDLE_FLAG_TIME_VALID | > CPUIDLE_FLAG_TLB_FLUSHED, > + .flags = MWAIT2flg(0x51) | CPUIDLE_FLAG_TIME_VALID | > CPUIDLE_FLAG_TLB_FLUSHED, > .exit_latency = 15, > .target_residency = 45,
Thanks for noticing that .desc and .flags are inconsistent. This is my fault -- apparently I e-mailed a version of this patch that is older than what I have in my git tree. No big issue, though, as 0x51 and 0x58 do exactly the same thing in AVN hardware. Indeed, changing .desc to 0x58 would be fine also. Acked-by: Len Brown <len.br...@intel.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/