projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50432cb
)
small netdevices.txt fix
author
Christoph Hellwig
<hch@lst.de>
Wed, 16 May 2007 12:59:04 +0000
(14:59 +0200)
committer
Jeff Garzik
<jeff@garzik.org>
Fri, 18 May 2007 00:43:14 +0000
(20:43 -0400)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Documentation/networking/netdevices.txt
patch
|
blob
|
history
diff --git
a/Documentation/networking/netdevices.txt
b/Documentation/networking/netdevices.txt
index
847cedb
..
ce1361f
100644
(file)
--- 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.)