From: Matthew Wilcox Date: Sun, 29 Jul 2007 05:11:05 +0000 (-0600) Subject: [SCSI] advansys: Improve interrupt handler X-Git-Tag: v2.6.24-rc1~1290^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=074c8fe4c0c0c7918d99bca34ea8e02a86997530;p=pandora-kernel.git [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 Signed-off-by: James Bottomley --- Reading git-diff-tree failed