From: Ingo Molnar Date: Fri, 24 Mar 2006 11:18:41 +0000 (-0800) Subject: [PATCH] timer-irq-driven soft-watchdog, cleanups X-Git-Tag: v2.6.17-rc1~871 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6687a97d4041f996f725902d2990e5de6ef5cbe5;p=pandora-kernel.git [PATCH] timer-irq-driven soft-watchdog, cleanups Make the softlockup detector purely timer-interrupt driven, removing softirq-context (timer) dependencies. This means that if the softlockup watchdog triggers, it has truly observed a longer than 10 seconds scheduling delay of a SCHED_FIFO prio 99 task. (the patch also turns off the softlockup detector during the initial bootup phase and does small style fixes) Signed-off-by: Ingo Molnar Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed