dect
/
linux-2.6
Archived
13
0
Fork 0

small netdevices.txt fix

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Christoph Hellwig 2007-05-16 14:59:04 +02:00 committed by Jeff Garzik
parent 50432cb534
commit bb33808d28
1 changed files with 1 additions and 1 deletions

View File

@ -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.)