From: john stultz Date: Mon, 26 Jun 2006 07:25:07 +0000 (-0700) Subject: [PATCH] Time: Let user request precision from current_tick_length() X-Git-Tag: v2.6.18-rc1~797 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260a42309b31cbc54eb4b6b85649e412bcad053f;p=pandora-kernel.git [PATCH] Time: Let user request precision from current_tick_length() Change the current_tick_length() function so it takes an argument which specifies how much precision to return in shifted nanoseconds. This provides a simple way to convert between NTPs internal nanoseconds shifted by (SHIFT_SCALE - 10) to other shifted nanosecond units that are used by the clocksource abstraction. Signed-off-by: John Stultz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed