From: Ingo Molnar Date: Sun, 22 Feb 2009 15:03:37 +0000 (+0100) Subject: time: ntp: simplify ntp_tick_adj calculations X-Git-Tag: v2.6.30-rc1~657^2^3~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069569e025706f27f939785f86a94d5d8ce55dce;p=pandora-kernel.git 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 --- Reading git-diff-tree failed