commit | e44c39bd8478bf9e41cbc611c74b5879a7b29f58 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Thu Dec 28 21:14:52 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Dec 31 14:06:48 2006 -0800 |
tree | f5b0f6b3af369fafafa75fd072b2ad093a95e445 | |
parent | bfff6e92a33dce6121a3d83ef3809e9063b2734e [diff] |
[NET]: Add memory barrrier to netif_poll_enable() When a driver writer calls this, they generally expect that all previous stores and modifications they've made will be visible before netif_poll_enable() executes, so ensure this. Noticed by Ben H. Signed-off-by: David S. Miller <davem@davemloft.net>