mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 01:48:28 +07:00
cxgb4: disable an interrupt that is neither used nor serviced
Signed-off-by: Dimitris Michailidis <dm@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a3f2279ea0
commit
63bcceec6e
@ -1444,7 +1444,7 @@ static void pl_intr_handler(struct adapter *adap)
|
||||
t4_fatal_err(adap);
|
||||
}
|
||||
|
||||
#define PF_INTR_MASK (PFSW | PFCIM)
|
||||
#define PF_INTR_MASK (PFSW)
|
||||
#define GLBL_INTR_MASK (CIM | MPS | PL | PCIE | MC | EDC0 | \
|
||||
EDC1 | LE | TP | MA | PM_TX | PM_RX | ULP_RX | \
|
||||
CPL_SWITCH | SGE | ULP_TX)
|
||||
|
Loading…
Reference in New Issue
Block a user