|
@@ -202,7 +202,7 @@ static irqreturn_t ixpdev_interrupt(int irq, void *dev_id, struct pt_regs *regs)
|
|
*/
|
|
*/
|
|
if (status & 0x00ff) {
|
|
if (status & 0x00ff) {
|
|
ixp2000_reg_wrb(IXP2000_IRQ_THD_ENABLE_CLEAR_A_0, 0x00ff);
|
|
ixp2000_reg_wrb(IXP2000_IRQ_THD_ENABLE_CLEAR_A_0, 0x00ff);
|
|
- if (likely(netif_rx_schedule_test(nds[0]))) {
|
|
|
|
|
|
+ if (likely(__netif_rx_schedule_prep(nds[0]))) {
|
|
__netif_rx_schedule(nds[0]);
|
|
__netif_rx_schedule(nds[0]);
|
|
} else {
|
|
} else {
|
|
printk(KERN_CRIT "ixp2000: irq while polling!!\n");
|
|
printk(KERN_CRIT "ixp2000: irq while polling!!\n");
|