aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/WHENCE
diff options
context:
space:
mode:
authorMichael Chan <mchan@broadcom.com>2010-12-31 11:03:14 -0800
committerDavid S. Miller <davem@davemloft.net>2010-12-31 11:03:14 -0800
commita29ba9d2d84889686a3af1c5a6023f28be75ccba (patch)
tree46506c127a2d37ef00dca9752cc93e15e2f7b727 /firmware/WHENCE
parentnetxen: update module description (diff)
downloadlinux-dev-a29ba9d2d84889686a3af1c5a6023f28be75ccba.tar.xz
linux-dev-a29ba9d2d84889686a3af1c5a6023f28be75ccba.zip
bnx2: Free IRQ before freeing status block memory
When changing ring size, we free all memory including status block memory. If we're in INTA mode and sharing IRQ, the IRQ handler can be called and it will reference the NULL status block pointer. Because of the lockless design of the IRQ handler, there is no simple way to synchronize and prevent this. So we avoid this problem by freeing the IRQ handler before freeing the status block memory. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'firmware/WHENCE')
0 files changed, 0 insertions, 0 deletions