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:
2b9d149
)
time: ntp: simplify ntp_tick_adj calculations
author
Ingo Molnar
<mingo@elte.hu>
Sun, 22 Feb 2009 15:03:37 +0000
(16:03 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 25 Feb 2009 17:38:16 +0000
(18:38 +0100)
Impact: micro-optimization
Convert the (internal) ntp_tick_adj value we store from unscaled
units to scaled units. This is a constant that we never modify,
so scaling it up once during bootup is enough - we dont have to
do it for every adjustment step.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found