summaryrefslogtreecommitdiff
path: root/net/core/dev.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:35:05 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 18:35:05 -0800
commitd2a0e8decde7ef3354d8cdaa0ddf5517e5759ca2 (patch)
tree7769ba8a9aa7c7fe6a510409dfcecbbfede212b9 /net/core/dev.c
parent9c6f70be049f5a0439996107e58bf65e9a5d9a09 (diff)
v2.4.5 -> v2.4.5.1
- Andreas Dilger: make ext2fs react more gracefully to inode disk errors - Andrea Arkangeli: fix up alpha compile issues - Ingo Molnar: io-apic MP table parsing update and softirq latency update - Johannes Erdfelt: USB updates - Richard Henderson: alpha rawhide irq handling fixes - Marcelo, Andrea, Rik: more VM issues - Al Viro: fix various ext2 directory handling checks by biting the bullet and using the page cache.
Diffstat (limited to 'net/core/dev.c')
-rw-r--r--net/core/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c
index 3ceaf0d9b11b..5e93b3c0c093 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -1278,7 +1278,7 @@ static int deliver_to_old_ones(struct packet_type *pt, struct sk_buff *skb, int
ret = pt->func(skb, skb->dev, pt);
- tasklet_enable(bh_task_vec+TIMER_BH);
+ tasklet_hi_enable(bh_task_vec+TIMER_BH);
spin_unlock(&net_bh_lock);
return ret;
}