diff options
author | Oded Gabbay <[email protected]> | 2020-11-02 18:36:03 +0200 |
---|---|---|
committer | Oded Gabbay <[email protected]> | 2020-11-04 08:56:07 +0200 |
commit | f83f3a31b2972ddc907fbb286c6446dd9db6e198 (patch) | |
tree | 224616e453dc6d89b3d4eb3ad97b24b8eb28ad8d | |
parent | 1137e1ead98c0c75f7c5a9a12f0285c5155f20e2 (diff) |
habanalabs/gaudi: mask WDT error in QMAN
This interrupt cause is not relevant because of how the user use the
QMAN arbitration mechanism. We must mask it as the log explodes with it.
Signed-off-by: Oded Gabbay <[email protected]>
-rw-r--r-- | drivers/misc/habanalabs/include/gaudi/gaudi_masks.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/habanalabs/include/gaudi/gaudi_masks.h b/drivers/misc/habanalabs/include/gaudi/gaudi_masks.h index f395721060bd..46aed13f16b1 100644 --- a/drivers/misc/habanalabs/include/gaudi/gaudi_masks.h +++ b/drivers/misc/habanalabs/include/gaudi/gaudi_masks.h @@ -421,7 +421,6 @@ enum axi_id { #define QM_ARB_ERR_MSG_EN_MASK (\ QM_ARB_ERR_MSG_EN_CHOISE_OVF_MASK |\ - QM_ARB_ERR_MSG_EN_CHOISE_WDT_MASK |\ QM_ARB_ERR_MSG_EN_AXI_LBW_ERR_MASK) #define PCIE_AUX_FLR_CTRL_HW_CTRL_MASK 0x1 |