Skip to content
Commit 1840667a authored by Ben Hutchings's avatar Ben Hutchings
Browse files

sfc: Limit scope of a Falcon A1 IRQ workaround



We unconditionally acknowledge legacy interrupts just before disabling
them.  This workaround is needed on Falcon A1 but probably not on
later chips where the legacy interrupt mechanism is different.  It was
also originally done after the IRQ handler was removed, not before.
Restore the original behaviour for Falcon A1 only by doing this
acknowledgement in the efx_nic_type::fini operation.

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent d8291187
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment