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 ;-(