|
@@ -483,11 +483,7 @@ static void bnx2x_tpa_start(struct bnx2x_fastpath *fp, u16 queue,
|
|
|
|
|
|
#ifdef BNX2X_STOP_ON_ERROR
|
|
|
fp->tpa_queue_used |= (1 << queue);
|
|
|
-#ifdef _ASM_GENERIC_INT_L64_H
|
|
|
- DP(NETIF_MSG_RX_STATUS, "fp->tpa_queue_used = 0x%lx\n",
|
|
|
-#else
|
|
|
DP(NETIF_MSG_RX_STATUS, "fp->tpa_queue_used = 0x%llx\n",
|
|
|
-#endif
|
|
|
fp->tpa_queue_used);
|
|
|
#endif
|
|
|
}
|