From: Andrew Vasquez Date: Thu, 20 Sep 2007 21:07:49 +0000 (-0700) Subject: [SCSI] qla2xxx: Rework MSI-X handlers. X-Git-Tag: v2.6.24-rc1~1290^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87f27015b8d9f19d6de295e2316cff7960c9950b;p=pandora-kernel.git [SCSI] qla2xxx: Rework MSI-X handlers. Since MSI-X vectors do not require a clearing "handshake" from the system perspective, and the registered handler will not be called more than once for one occurrence of receipt of a vector, there is no requirement to flush the risc register write clearing the interrupt condition in the risc. Also, since the msi-x registered handlers are optimised for a particular vector, it is preferable to handle the one vector received per invocation of the handler. Signed-off-by: Andrew Vasquez Signed-off-by: James Bottomley --- Reading git-diff-tree failed