linux/drivers/net/ethernet/chelsio
Eric Dumazet 2cfa5a0471 net: treewide use of RCU_INIT_POINTER
rcu_assign_pointer(ptr, NULL) can be safely replaced by
RCU_INIT_POINTER(ptr, NULL)

(old rcu_assign_pointer() macro was testing the NULL value and could
omit the smp_wmb(), but this had to be removed because of compiler
warnings)

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-11-23 18:48:19 -05:00
..
cxgb Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
cxgb3 net: treewide use of RCU_INIT_POINTER 2011-11-23 18:48:19 -05:00
cxgb4 net: remove netdev_alloc_page and use __GFP_COLD 2011-11-22 16:43:32 -05:00
cxgb4vf net: remove netdev_alloc_page and use __GFP_COLD 2011-11-22 16:43:32 -05:00
Kconfig drivers/net/ethernet/*: Enabled vendor Kconfig options 2011-08-27 00:58:56 -07:00
Makefile