diff options
author | Christoph Hellwig <hch@lst.de> | 2007-05-16 14:59:04 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-05-17 20:43:14 -0400 |
commit | bb33808d282a48803dcb6070ee1547d221669114 (patch) | |
tree | 1f61067978b8347c8972f14e63020464b6244f18 /Documentation | |
parent | 50432cb534b566c4fd9e371fb37464a65ccd2391 (diff) | |
download | linux-3.10-bb33808d282a48803dcb6070ee1547d221669114.tar.gz linux-3.10-bb33808d282a48803dcb6070ee1547d221669114.tar.bz2 linux-3.10-bb33808d282a48803dcb6070ee1547d221669114.zip |
small netdevices.txt fix
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/netdevices.txt | 2 |
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.) |