public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nohz: add missing handling of clocksource watchdog
@ 2008-12-07 23:15 Bartlomiej Zolnierkiewicz
  2008-12-07 23:36 ` R. J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2008-12-07 23:15 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Sergei Shtylyov, Lars Winterfeld, linux-kernel


Fixes "Clocksource tsc unstable (delta = -974982308 ns)" problem.
[ IDE was unlucky to be initialized at the same time that  clocksource watchdog triggers and was blamed for the issue. ]
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>Cc: Lars Winterfeld <lars.winterfeld@tu-ilmenau.de>Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>--- kernel/time/tick-sched.c |    2 ++ 1 file changed, 2 insertions(+)
Index: b/kernel/time/tick-sched.c===================================================================--- a/kernel/time/tick-sched.c+++ b/kernel/time/tick-sched.c@@ -21,6 +21,7 @@ #include <linux/sched.h> #include <linux/tick.h> #include <linux/module.h>+#include <linux/clocksource.h>  #include <asm/irq_regs.h> @@ -153,6 +154,7 @@ void tick_nohz_update_jiffies(void) 	local_irq_restore(flags);  	touch_softlockup_watchdog();+	clocksource_touch_watchdog(); }  static void tick_nohz_stop_idle(int cpu)\0ÿôèº{.nÇ+‰·Ÿ®‰­†+%ŠËÿ±éݶ\x17¥Šwÿº{.nÇ+‰·¥Š{±þG«éÿŠ{ayº\x1dʇڙë,j\a­¢f£¢·hšïêÿ‘êçz_è®\x03(­éšŽŠÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?™¨è­Ú&£ø§~á¶iO•æ¬z·švØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?–I¥

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-12-13 14:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-07 23:15 [PATCH] nohz: add missing handling of clocksource watchdog Bartlomiej Zolnierkiewicz
2008-12-07 23:36 ` R. J. Wysocki
2008-12-07 23:48   ` Sergei Shtylyov
2008-12-08  0:24     ` Bartlomiej Zolnierkiewicz
2008-12-08  2:13       ` Thomas Gleixner
2008-12-13 14:41         ` Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox