]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Inhibit NMI watchdog when Alt-SysRq-T operation is underway
authorKonrad Rzeszutek <konrad@darnok.org>
Tue, 17 Jul 2007 11:03:56 +0000 (04:03 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:04 +0000 (10:23 -0700)
commit1c978b935e81da9434342f0bc8263c6cfe1214ce
tree5455b42f7853317be7cafbdb42fae0f591990805
parent2a41de48b81e61fbe260ae5031ebcb6f935f35fb
Inhibit NMI watchdog when Alt-SysRq-T operation is underway

On large memory configuration with not so fast CPUs the NMI watchdog is
triggered when memory addresses are being gathered and printed.  The code
paths for Alt-SysRq-t are sprinkled with touch_nmi_watchdog in various
places but not in this routine (or in the loop that utilizes this
function).  The patch has been tested for regression on large CPU+memory
configuration (128 logical CPUs + 224 GB) and 1,2,4,16-CPU sockets with
various memory sizes (1,2,4,6,20).

Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/x86_64/kernel/traps.c