From: Thomas Gleixner Date: Wed, 16 Jul 2014 21:05:03 +0000 (+0000) Subject: hangcheck-timer: Use ktime_get_ns() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~152^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2044fdb03eb4e511d5028be0917899931f17461f;p=pandora-kernel.git hangcheck-timer: Use ktime_get_ns() There is no point in having a S390 private implementation and there is no point in using the raw monotonic time. The NTP freqeuency adjustment of CLOCK_MONOTONIC is really not doing any harm for the hang check timer. Use ktime_get_ns() for everything and get rid of the timespec conversions. V2: Drop the raw monotonic and the S390 special case Signed-off-by: Thomas Gleixner Cc: Arnd Bergmann Cc: Greg Kroah-Hartman Cc: Heiko Carstens Acked-by: Greg Kroah-Hartman Signed-off-by: John Stultz --- Reading git-diff-tree failed