Skip to content

Commit

Permalink
habanalabs/gaudi: mask WDT error in QMAN
Browse files Browse the repository at this point in the history
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 <ogabbay@kernel.org>
  • Loading branch information
Oded Gabbay committed Nov 4, 2020
1 parent 1137e1e commit f83f3a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/misc/habanalabs/include/gaudi/gaudi_masks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f83f3a3

Please sign in to comment.