From: Stephen M. Cameron Date: Wed, 16 Jun 2010 18:51:50 +0000 (-0500) Subject: [SCSI] hpsa: separate intx and msi/msix interrupt handlers X-Git-Tag: v2.6.36-rc1~570^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f66018088fd0c9fe81b1e328e3264c7b10caa5;p=pandora-kernel.git [SCSI] hpsa: separate intx and msi/msix interrupt handlers There are things which need to be done in the intx interrupt handler which do not need to be done in the msi/msix interrupt handler, like checking that the interrupt is actually for us, and checking that the interrupt pending bit on the hardware is set (which we weren't previously doing at all, which means old controllers wouldn't work), so it makes sense to separate these into two functions. Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed