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:
288867e
)
[hrtimer] Change resolution storage to ktime_t format
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 12 Jan 2006 10:36:14 +0000
(11:36 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 12 Jan 2006 10:36:14 +0000
(11:36 +0100)
Change the storage format of the per base resolution to ktime_t to
make it easier accessible in the hrtimers code.
Change the resolution from (NSEC_PER_SEC/HZ) to TICK_NSEC as Roman
pointed out. TICK_NSEC is closer to the real resolution.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found