|
@@ -309,7 +309,6 @@ void default_idle(void)
|
|
|
else
|
|
|
local_irq_enable();
|
|
|
current_thread_info()->status |= TS_POLLING;
|
|
|
- trace_power_end(0);
|
|
|
} else {
|
|
|
local_irq_enable();
|
|
|
/* loop is done by the caller */
|
|
@@ -377,7 +376,6 @@ void mwait_idle_with_hints(unsigned long ax, unsigned long cx)
|
|
|
if (!need_resched())
|
|
|
__mwait(ax, cx);
|
|
|
}
|
|
|
- trace_power_end(0);
|
|
|
}
|
|
|
|
|
|
/* Default MONITOR/MWAIT with no hints, used for default C1 state */
|
|
@@ -394,7 +392,6 @@ static void mwait_idle(void)
|
|
|
__sti_mwait(0, 0);
|
|
|
else
|
|
|
local_irq_enable();
|
|
|
- trace_power_end(0);
|
|
|
} else
|
|
|
local_irq_enable();
|
|
|
}
|