diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-08-02 18:02:31 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-08-02 18:02:31 -0400 |
commit | 29bbd72d6ee1dbf2d9f00d022f8e999aa528fb3a (patch) | |
tree | 4bc8ba22fff42b1da83cab3b3d8113b6d4771b7a /include/net/netdma.h | |
parent | 95ce568812822931991a24147987c5c75c0ac5b0 (diff) |
[NET]: Fix more per-cpu typos
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netdma.h')
-rw-r--r-- | include/net/netdma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netdma.h b/include/net/netdma.h index ceae5ee85c04..7f53cd1d8b1e 100644 --- a/include/net/netdma.h +++ b/include/net/netdma.h | |||
@@ -29,7 +29,7 @@ static inline struct dma_chan *get_softnet_dma(void) | |||
29 | { | 29 | { |
30 | struct dma_chan *chan; | 30 | struct dma_chan *chan; |
31 | rcu_read_lock(); | 31 | rcu_read_lock(); |
32 | chan = rcu_dereference(__get_cpu_var(softnet_data.net_dma)); | 32 | chan = rcu_dereference(__get_cpu_var(softnet_data).net_dma); |
33 | if (chan) | 33 | if (chan) |
34 | dma_chan_get(chan); | 34 | dma_chan_get(chan); |
35 | rcu_read_unlock(); | 35 | rcu_read_unlock(); |