]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit6dea649a8a4c4b086227018c919298f988c34b30
tree982d4bb37f789eac9a7f91892c40a3a955b06546
parente5268f12f26f1f51590cd1ed26547e21c46b08f2
[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