From: Roland Dreier Date: Sat, 22 Oct 2005 16:43:29 +0000 (-0700) Subject: [IB] mthca: Always re-arm EQs in mthca_tavor_interrupt() X-Git-Tag: v2.6.15-rc1~731^2~21^2~12^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8e0ca683dfea7242ff29814561dfe761945e5b3;p=pandora-kernel.git [IB] mthca: Always re-arm EQs in mthca_tavor_interrupt() We should always re-arm an event queue's interrupt in mthca_tavor_interrupt() if the corresponding bit is set in the event cause register (ECR), even if we didn't find any entries in the EQ. If we don't, then there's a window where we miss an EQ entry and then get stuck because we don't get another EQ event. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed