From: Andrew Morton Date: Thu, 9 Nov 2006 03:56:26 +0000 (-0800) Subject: [SCSI] ips: fix soft lockup during reset initialization X-Git-Tag: v2.6.20-rc1~34^2~20^2~41^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297295ae6653af1356dd35a8edc411e2715aec57;p=pandora-kernel.git [SCSI] ips: fix soft lockup during reset initialization Resetting the adapter causes the ServeRAID driver to exceed the max time allowed by the softlock watchdog. Resetting the hardware can easily require 30 or more seconds. To avoid the "BUG: soft lockup detected on CPU#0!" result, this patch adds a touch_nmi_watchdog() to the driver's MDELAY macro. Cc: Nishanth Aravamudan Cc: Nick Piggin Acked-by: Jack Hammer Signed-off-by: Andrew Morton Signed-off-by: James Bottomley --- Reading git-diff-tree failed