commit | 0f3f164d9794f57d8afb033819f508a486c1304d | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Fri Oct 15 21:25:02 2010 -0400 |
committer | Len Brown <len.brown@intel.com> | Fri Oct 15 21:25:02 2010 -0400 |
tree | 13b12ac88bf0941c1064a00415ad873e6fb20df3 | |
parent | dea44c6b7df7f8bb67cb059b4c14b24288c4cd04 [diff] |
acpi_idle: delete bogus data from cpuidle_state.power_usage The mW data in this field comes from AML _CST, which was typed in by a BIOS writer, and is thus considered unreliable. Linux does not use it for making any decisions. We do display it in sysfs where somebody might read it and assume it is meaningful, so delete it. Signed-off-by: Len Brown <len.brown@intel.com>