Commit 7fcca7d900957b43c84da171b750afcf1682808a

Authored by Len Brown
1 parent 3c06806e69

intel_idle: enable Atom C6

ATM-C6 was commented out, pending public documentation.

https://bugzilla.kernel.org/show_bug.cgi?id=19762

Tested-by: Dennis Jansen <Dennis.Jansen@...>
Signed-off-by: Len Brown <len.brown@intel.com>

Showing 1 changed file with 5 additions and 5 deletions Side-by-side Diff

drivers/idle/intel_idle.c
... ... @@ -157,13 +157,13 @@
157 157 { /* MWAIT C5 */ },
158 158 { /* MWAIT C6 */
159 159 .name = "ATM-C6",
160   - .desc = "MWAIT 0x40",
161   - .driver_data = (void *) 0x40,
  160 + .desc = "MWAIT 0x52",
  161 + .driver_data = (void *) 0x52,
162 162 .flags = CPUIDLE_FLAG_TIME_VALID | CPUIDLE_FLAG_TLB_FLUSHED,
163   - .exit_latency = 200,
  163 + .exit_latency = 140,
164 164 .power_usage = 150,
165   - .target_residency = 800,
166   - .enter = NULL }, /* disabled */
  165 + .target_residency = 560,
  166 + .enter = &intel_idle },
167 167 };
168 168  
169 169 /**