commit | 069569e025706f27f939785f86a94d5d8ce55dce | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sun Feb 22 16:03:37 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Feb 25 18:38:16 2009 +0100 |
tree | 49c563db54f77883dc5cd0ff1e381cf80898c0a5 | |
parent | 2b9d1496e7835a603c340e8f0dd81f4b74d5f248 [diff] |
time: ntp: simplify ntp_tick_adj calculations 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>