Skip to content

Commit f83f3a3

Browse files
committed
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 <ogabbay@kernel.org>
1 parent 1137e1e commit f83f3a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/misc/habanalabs/include/gaudi/gaudi_masks.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ enum axi_id {
421421

422422
#define QM_ARB_ERR_MSG_EN_MASK (\
423423
QM_ARB_ERR_MSG_EN_CHOISE_OVF_MASK |\
424-
QM_ARB_ERR_MSG_EN_CHOISE_WDT_MASK |\
425424
QM_ARB_ERR_MSG_EN_AXI_LBW_ERR_MASK)
426425

427426
#define PCIE_AUX_FLR_CTRL_HW_CTRL_MASK 0x1

0 commit comments

Comments
 (0)