git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
969bb4e
)
[PATCH] sched: implement cpu_clock(cpu) high-speed time source
author
Ingo Molnar
<mingo@elte.hu>
Thu, 19 Jul 2007 19:28:35 +0000
(21:28 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 19 Jul 2007 19:28:35 +0000
(21:28 +0200)
Implement the cpu_clock(cpu) interface for kernel-internal use:
high-speed (but slightly incorrect) per-cpu clock constructed from
sched_clock().
This API, unused at the moment, will be used in the future by blktrace,
by the softlockup-watchdog, by printk and by lockstat.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found