aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/timer.c
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@infradead.org>2010-07-27 21:02:10 -0700
committerThomas Gleixner <tglx@linutronix.de>2010-08-02 21:45:58 +0200
commitaf5ab277ded04bd9bc6b048c5a2f0e7d70ef0867 (patch)
tree7c593610e47096dd6592b8dbfe166428cc079ed6 /kernel/timer.c
parent2b08de0073a5697cf84d6f448d6dbc6cf02fc6b5 (diff)
downloadkernel_samsung_smdk4412-af5ab277ded04bd9bc6b048c5a2f0e7d70ef0867.zip
kernel_samsung_smdk4412-af5ab277ded04bd9bc6b048c5a2f0e7d70ef0867.tar.gz
kernel_samsung_smdk4412-af5ab277ded04bd9bc6b048c5a2f0e7d70ef0867.tar.bz2
clockevents: Remove the per cpu tick skew
Historically, Linux has tried to make the regular timer tick on the various CPUs not happen at the same time, to avoid contention on xtime_lock. Nowadays, with the tickless kernel, this contention no longer happens since time keeping and updating are done differently. In addition, this skew is actually hurting power consumption in a measurable way on many-core systems. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> LKML-Reference: <20100727210210.58d3118c@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'kernel/timer.c')
0 files changed, 0 insertions, 0 deletions