]> err.no Git - linux-2.6/blobdiff - include/linux/netdevice.h
Merge branch 'omap2-upstream' into devel
[linux-2.6] / include / linux / netdevice.h
index fae6a7ececdbb164ffcf4c5fbdd4c96dffafbc41..ee81906b5164deccb24ed396f95697b4a79638b2 100644 (file)
@@ -1074,12 +1074,14 @@ static inline int netif_is_multiqueue(const struct net_device *dev)
 }
 
 /* Use this variant when it is known for sure that it
- * is executing from interrupt context.
+ * is executing from hardware interrupt context or with hardware interrupts
+ * disabled.
  */
 extern void dev_kfree_skb_irq(struct sk_buff *skb);
 
 /* Use this variant in places where it could be invoked
- * either from interrupt or non-interrupt context.
+ * from either hardware interrupt or other context, with hardware interrupts
+ * either disabled or enabled.
  */
 extern void dev_kfree_skb_any(struct sk_buff *skb);