]> git.karo-electronics.de Git - linux-beck.git/blobdiff - kernel/watchdog.c
Merge tag 'tty-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux-beck.git] / kernel / watchdog.c
index 70bf11815f844554e267e648ffa7196ee849caab..3174bf8e353852ae886743b8ffbe33e46fb03c02 100644 (file)
@@ -154,7 +154,7 @@ static int get_softlockup_thresh(void)
  */
 static unsigned long get_timestamp(void)
 {
-       return local_clock() >> 30LL;  /* 2^30 ~= 10^9 */
+       return running_clock() >> 30LL;  /* 2^30 ~= 10^9 */
 }
 
 static void set_sample_period(void)