浏览代码

small netdevices.txt fix

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Christoph Hellwig 18 年之前
父节点
当前提交
bb33808d28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/networking/netdevices.txt

+ 1 - 1
Documentation/networking/netdevices.txt

@@ -49,7 +49,7 @@ dev->hard_start_xmit:
 	for this and return -1 when the spin lock fails. 
 	The locking there should also properly protect against 
 	set_multicast_list
-	Context: BHs disabled
+	Context: Process with BHs disabled or BH (timer).
 	Notes: netif_queue_stopped() is guaranteed false
                Interrupts must be enabled when calling hard_start_xmit.
                 (Interrupts must also be enabled when enabling the BH handler.)