search for: touch_nmi_watchdog

Displaying 3 results from an estimated 3 matches for "touch_nmi_watchdog".

2005 Mar 31
0
[patch] non-SMP build fix
With CONFIG_SMP undefined, this patch is needed to fix these errors: schedule.c: In function `schedulers_start'': schedule.c:559: warning: statement with no effect schedule.c:562: warning: statement with no effect Non-SMP build still doesn''t work on x86 because touch_nmi_watchdog is declared in asm/apic.h, and there is no policy of including the headers you use. I would suggest moving the declaration to an arch-neutral header. -- Hollis Blanchard IBM Linux Technology Center _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource....
2007 Apr 18
5
[patch 0/4] Revised softlockup watchdog improvement patches
Hi Ingo, This series of patches implements a number of improvements to the softlockup watchdog and its users. They are: 1. Make the watchdog ignore stolen time When running under a hypervisor, the kernel may lose an arbitrary amount of time as "stolen time". This may cause the softlockup watchdog to trigger spruiously. Xen and VMI implement sched_clock() as measuring unstolen time,
2007 Apr 18
5
[patch 0/4] Revised softlockup watchdog improvement patches
Hi Ingo, This series of patches implements a number of improvements to the softlockup watchdog and its users. They are: 1. Make the watchdog ignore stolen time When running under a hypervisor, the kernel may lose an arbitrary amount of time as "stolen time". This may cause the softlockup watchdog to trigger spruiously. Xen and VMI implement sched_clock() as measuring unstolen time,