]> Pileus Git - ~andy/linux/commit
Partly revert "sfc: Handle serious errors in exactly one interrupt handler"
authorBen Hutchings <bhutchings@solarflare.com>
Fri, 6 Jan 2012 01:08:24 +0000 (01:08 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Fri, 27 Jan 2012 00:10:51 +0000 (00:10 +0000)
commitf70d1847348e9548a9a56e4434946315bca297c8
treed8bed0762a2393374348cf501cc1cdb0195c6896
parent0fb53faa2e6fe67a76b8cfc6eb70a88d9d623648
Partly revert "sfc: Handle serious errors in exactly one interrupt handler"

This reverts commit 6369545945b90daa1a73fca174da9194c398417c in
drivers/net/ethernet/sfc/falcon.c.

Unlike the INT_ISR0 register on later controller revisions, the
NET_IVEC_INT_Q bits written to memory are only ever set for
interrupting event queues, not for any other interrupt sources.

By definition there can only be one legacy interrupt handler per
function, so there is no need to worry about detecting a fatal
interrupt more than once.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/falcon.c