commit | 074c8fe4c0c0c7918d99bca34ea8e02a86997530 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Sat Jul 28 23:11:05 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:38:40 2007 -0400 |
tree | 3749b38af53c46df54a036cb8d9cfd740031eef3 | |
parent | 2a437959e963d98e04dbbcd26b69bfb1985567ce [diff] |
[SCSI] advansys: Improve interrupt handler Pass the Scsi_Host to the interrupt handler, rather than polling all hosts for each interrupt. Return IRQ_NONE if we didn't handle this interrupt Don't set the IRQF_DISABLED flag; this is not a fast-executing interrupt handler. Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>