From: Wayne Boyer Date: Wed, 19 May 2010 18:56:13 +0000 (-0700) Subject: [SCSI] ipr: improve interrupt service routine performance X-Git-Tag: v2.6.35-rc1~38^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64ffdb762241c0a9c0c8fac7ea92aa0ba1529334;p=pandora-kernel.git [SCSI] ipr: improve interrupt service routine performance During performance testing on P7 machines it was observed that the interrupt service routine was doing unnecessary MMIO operations. This patch rearranges the logic of the routine and moves some of the code out of the main routine. The result is that there are now fewer MMIO operations in the performance path of the code. Signed-off-by: Wayne Boyer Acked-by: Brian King Signed-off-by: James Bottomley --- Reading git-diff-tree failed