View | Details | Raw Unified | Return to bug 109051 | Differences between
and this patch

Collapse All | Expand All

(-)a/drivers/idle/intel_idle.c (-1 / +2 lines)
Lines 221-226 static struct cpuidle_state byt_cstates[] = { Link Here
221
		.flags = MWAIT2flg(0x58) | CPUIDLE_FLAG_TLB_FLUSHED,
221
		.flags = MWAIT2flg(0x58) | CPUIDLE_FLAG_TLB_FLUSHED,
222
		.exit_latency = 300,
222
		.exit_latency = 300,
223
		.target_residency = 275,
223
		.target_residency = 275,
224
		.disabled = true,
224
		.enter = &intel_idle,
225
		.enter = &intel_idle,
225
		.enter_s2idle = intel_idle_s2idle, },
226
		.enter_s2idle = intel_idle_s2idle, },
226
	{
227
	{
Lines 229-234 static struct cpuidle_state byt_cstates[] = { Link Here
229
		.flags = MWAIT2flg(0x52) | CPUIDLE_FLAG_TLB_FLUSHED,
230
		.flags = MWAIT2flg(0x52) | CPUIDLE_FLAG_TLB_FLUSHED,
230
		.exit_latency = 500,
231
		.exit_latency = 500,
231
		.target_residency = 560,
232
		.target_residency = 560,
233
		.disabled = true,
232
		.enter = &intel_idle,
234
		.enter = &intel_idle,
233
		.enter_s2idle = intel_idle_s2idle, },
235
		.enter_s2idle = intel_idle_s2idle, },
234
	{
236
	{
235
- 

Return to bug 109051