aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-23 09:24:06 +0200
committerIngo Molnar <mingo@elte.hu>2008-05-05 23:56:18 +0200
commitdfbf4a1bc319f0f9a31e39b2da1fa5c55e85af89 (patch)
tree0b9dd19406c53a93452dd345bb05f76aa712a757 /init/Kconfig
parentsched: fair-group: fix a Div0 error of the fair group scheduler (diff)
downloadlinux-dev-dfbf4a1bc319f0f9a31e39b2da1fa5c55e85af89.tar.xz
linux-dev-dfbf4a1bc319f0f9a31e39b2da1fa5c55e85af89.zip
sched: fix cpu clock
David Miller pointed it out that nothing in cpu_clock() sets prev_cpu_time. This caused __sync_cpu_clock() to be called all the time - against the intention of this code. The result was that in practice we hit a global spinlock every time cpu_clock() is called - which - even though cpu_clock() is used for tracing and debugging, is suboptimal. While at it, also: - move the irq disabling to the outest layer, this should make cpu_clock() warp-free when called with irqs enabled. - use long long instead of cycles_t - for platforms where cycles_t is 32-bit. Reported-by: David Miller <davem@davemloft.net> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init/Kconfig')
0 files changed, 0 insertions, 0 deletions