commit | 40a2e34a94c336b716f631b2952d233e1ba76e3c | [log] [tgz] |
---|---|---|
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | Mon Mar 12 10:41:28 2007 -0700 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Tue Mar 20 10:50:30 2007 -0500 |
tree | 340b3bc993fad1854a858c725417fb8d8f10e534 | |
parent | ed6770863945e6695f403c7b951395dab298c392 [diff] |
[SCSI] qla2xxx: Add cond_resched() calls during HBA flash manipulation. We're observing soft lockups during HBA FLASH retrieval and update. Add cond_resched() each time around the tight-loops during flash read()s/write()s. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>