diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-08-02 15:02:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-08-02 15:02:31 -0700 |
commit | 29bbd72d6ee1dbf2d9f00d022f8e999aa528fb3a (patch) | |
tree | 4bc8ba22fff42b1da83cab3b3d8113b6d4771b7a /include/net/netdma.h | |
parent | 95ce568812822931991a24147987c5c75c0ac5b0 (diff) | |
download | linux-29bbd72d6ee1dbf2d9f00d022f8e999aa528fb3a.tar.bz2 |
[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) { struct dma_chan *chan; rcu_read_lock(); - chan = rcu_dereference(__get_cpu_var(softnet_data.net_dma)); + chan = rcu_dereference(__get_cpu_var(softnet_data).net_dma); if (chan) dma_chan_get(chan); rcu_read_unlock(); |