aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-05-16 14:59:04 +0200
committerJeff Garzik <jeff@garzik.org>2007-05-17 20:43:14 -0400
commitbb33808d282a48803dcb6070ee1547d221669114 (patch)
tree1f61067978b8347c8972f14e63020464b6244f18
parent50432cb534b566c4fd9e371fb37464a65ccd2391 (diff)
small netdevices.txt fix
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
-rw-r--r--Documentation/networking/netdevices.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/netdevices.txt b/Documentation/networking/netdevices.txt
index 847cedb238f..ce1361f9524 100644
--- a/Documentation/networking/netdevices.txt
+++ b/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.)