From: Shaibal Dutta Date: Fri, 31 Jan 2014 19:18:24 +0000 (-0800) Subject: timekeeping: Move clock sync work to power efficient workqueue X-Git-Tag: v3.15-rc1~123^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b175946c16d7001b22620f52d78ab497efc9d0;p=pandora-kernel.git timekeeping: Move clock sync work to power efficient workqueue For better use of CPU idle time, allow the scheduler to select the CPU on which the CMOS clock sync work would be scheduled. This improves idle residency time and conserver power. This functionality is enabled when CONFIG_WQ_POWER_EFFICIENT is selected. Signed-off-by: Shaibal Dutta [zoran.markovic@linaro.org: Added commit message. Aligned code.] Signed-off-by: Zoran Markovic Cc: John Stultz Link: http://lkml.kernel.org/r/1391195904-12497-1-git-send-email-zoran.markovic@linaro.org Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed