[TCP]: Use read mostly for CUBIC parameters.
authorStephen Hemminger <shemminger@linux-foundation.org>
Mon, 12 Feb 2007 21:15:20 +0000 (13:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 21:15:20 +0000 (13:15 -0800)
commit59758f44592b0930e83b190cf0206e59d616c983
tree5b2c5a4cc02d10d686aae619bc04879bbe15e562
parent3aef0fd91c67f4070c8dc607807615c4bdd66bd1
[TCP]: Use read mostly for CUBIC parameters.

These module parameters should be in the read mostly area to avoid
cache pollution.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_cubic.c