]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: New sysctls should use __read_mostly tags
authorEric Dumazet <dada1@cosmosbay.com>
Fri, 9 Mar 2007 06:36:37 +0000 (22:36 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:19 +0000 (22:24 -0700)
commitcd051f6c540e53e991e5c7ac96d7a0cd2b22cc84
tree982d4bb37f789eac9a7f91892c40a3a955b06546
parentaddec91e78a4b14d840898ec7a49e16bd5bc53c8
[NET]: New sysctls should use __read_mostly tags

net_msg_warn should be placed in the read_mostly section, to avoid
performance problems on SMP

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/utils.c