On 7/9/2013 8:55 AM, Morten Rasmussen wrote:
+void power_schedule_wq(struct work_struct *work) +{ + __power_schedule(); + mod_delayed_work_on(schedule_cpu(), system_wq, &dwork, + msecs_to_jiffies(INTERVAL)); +}
please tell me this is at least a deferable timer kind of work? waking the cpu up all the time even when idle is a huge negative on power ;-( -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/