From: Martin Schwidefsky Date: Fri, 14 Aug 2009 13:47:28 +0000 (+0200) Subject: timekeeping: Move NTP adjusted clock multiplier to struct timekeeper X-Git-Tag: v2.6.32-rc1~168^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a54419836254a27baecd9037103171bcbabaf67;p=pandora-kernel.git timekeeping: Move NTP adjusted clock multiplier to struct timekeeper The clocksource structure has two multipliers, the unmodified multiplier clock->mult_orig and the NTP corrected multiplier clock->mult. The NTP multiplier is misplaced in the struct clocksource, this is private information of the timekeeping code. Add the mult field to the struct timekeeper to contain the NTP corrected value, keep the unmodifed multiplier in clock->mult and remove clock->mult_orig. Signed-off-by: Martin Schwidefsky Cc: Ingo Molnar Acked-by: John Stultz Cc: Daniel Walker LKML-Reference: <20090814134810.149047645@de.ibm.com> Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed