diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2010-04-17 00:54:36 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-04-17 00:54:36 -0700 |
commit | 8770acf0494ae06de6abd34f951a436f8f15d1de (patch) | |
tree | ebac976a757e9b9b7a01891b2e7f45e4665b6c0f /net | |
parent | fec5e652e58fa6017b2c9e06466cb2a6538de5b4 (diff) | |
download | linux-8770acf0494ae06de6abd34f951a436f8f15d1de.tar.bz2 |
rps: rps_sock_flow_table is mostly read
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/core/dev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/dev.c b/net/core/dev.c index d7107ac835fa..7abf9590e3c5 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -2205,7 +2205,7 @@ DEFINE_PER_CPU(struct netif_rx_stats, netdev_rx_stat) = { 0, }; #ifdef CONFIG_RPS /* One global table that all flow-based protocols share. */ -struct rps_sock_flow_table *rps_sock_flow_table; +struct rps_sock_flow_table *rps_sock_flow_table __read_mostly; EXPORT_SYMBOL(rps_sock_flow_table); /* |