From bb33808d282a48803dcb6070ee1547d221669114 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 16 May 2007 14:59:04 +0200 Subject: small netdevices.txt fix Signed-off-by: Christoph Hellwig Signed-off-by: Jeff Garzik --- Documentation/networking/netdevices.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation/networking/netdevices.txt') diff --git a/Documentation/networking/netdevices.txt b/Documentation/networking/netdevices.txt index 847cedb238f6..ce1361f95243 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.) -- cgit