commit | 896b4db685cf06bd7d50ed22c53ebd069e0b90e9 | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Wed Jan 04 15:07:16 2017 -0600 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 06 15:34:05 2017 -0500 |
tree | e52b4bbcac0bcb007e3f3b302d38148469657614 | |
parent | 0f1f9cbc04dbb3cc310f70a11cba0cf1f2109d9c [diff] |
amd-xgbe: Fix IRQ processing when running in single IRQ mode When running in single IRQ mode, the additional IRQ routines were being skipped because only the XGMAC interrupt status was being checked. Update the code so that the additional IRQ routines are checked whenever an interrupt is received. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>