mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 23 Aug 2008 21:43:38 +0000 (23:43 +0200)
committerLennert Buytenhek <buytenh@marvell.com>
Fri, 5 Sep 2008 04:33:57 +0000 (06:33 +0200)
commit2a1867a76fc13499521af1f0dbcf08ddb3ef78ba
treef20de64f0a584d0d88d8bd41534bfe0fb75bc3ac
parent3a499481c167977368a7e7cae8ea1ff2a99518a0
mv643xx_eth: get rid of IRQF_SAMPLE_RANDOM

Using IRQF_SAMPLE_RANDOM for the mv643xx_eth interrupt handler
significantly increases interrupt processing overhead, so get rid
of it.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
drivers/net/mv643xx_eth.c