]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
timekeeping: Move clock sync work to power efficient workqueue
authorShaibal Dutta <shaibal.dutta@linaro.org>
Fri, 31 Jan 2014 19:18:24 +0000 (11:18 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 7 Feb 2014 14:34:28 +0000 (15:34 +0100)
commite8b175946c16d7001b22620f52d78ab497efc9d0
tree373c898c227efc64ef5b07c277649f8b2f5c29e0
parent38dbfb59d1175ef458d006556061adeaa8751b72
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 <shaibal.dutta@broadcom.com>
[zoran.markovic@linaro.org: Added commit message. Aligned code.]
Signed-off-by: Zoran Markovic <zoran.markovic@linaro.org>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/1391195904-12497-1-git-send-email-zoran.markovic@linaro.org
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/ntp.c