CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/04 15:43:10
Modified files:
sys/dev/pci : if_bnx.c
Log message:
The bnx_tx_pool gets used from interrupt context, so drop the explicit
backend allocoter here without passing PR_WAITOK to pool_init(9).
ok mikeb@
