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)
| Greg KH | Og dreams of kernels |
| Jens Axboe | [PATCH 31/33] Fusion: sg chaining support |
| Arnd Bergmann | Re: finding your own dead "CONFIG_" variables |
| Mark Brown | [PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset |
| Tony Breeds | [LGUEST] Look in object dir for .config |
git: | |
| Brian Downing | Re: Git in a Nutshell guide |
| John Benes | Re: master has some toys |
| Matthias Lederhofer | [PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree |
| Alexander Sulfrian | [RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set |
| Junio C Hamano | Re: Rss produced by git is not valid xml? |
| Linux Kernel Mailing List | iSeries: fix section mismatch in iseries_veth |
| Linux Kernel Mailing List | ixbge: remove TX lock and redo TX accounting. |
| Linux Kernel Ma |
