|
@@ -220,9 +220,7 @@ static int intel_idle(struct cpuidle_device *dev, struct cpuidle_state *state)
|
|
kt_before = ktime_get_real();
|
|
kt_before = ktime_get_real();
|
|
|
|
|
|
stop_critical_timings();
|
|
stop_critical_timings();
|
|
-#ifndef MODULE
|
|
|
|
trace_power_start(POWER_CSTATE, (eax >> 4) + 1, cpu);
|
|
trace_power_start(POWER_CSTATE, (eax >> 4) + 1, cpu);
|
|
-#endif
|
|
|
|
if (!need_resched()) {
|
|
if (!need_resched()) {
|
|
|
|
|
|
__monitor((void *)¤t_thread_info()->flags, 0, 0);
|
|
__monitor((void *)¤t_thread_info()->flags, 0, 0);
|