On 10/19/2010 4:36 AM, Thomas Renninger wrote:
  static void poll_idle(void)
  {
-       trace_power_start(POWER_CSTATE, 0, smp_processor_id());
        local_irq_enable();
        while (!need_resched())
                cpu_relax();
-       trace_power_end(0);
  }

why did you remove the idle tracepoints from this one ???

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to