diff options
-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, }; | |||
2205 | #ifdef CONFIG_RPS | 2205 | #ifdef CONFIG_RPS |
2206 | 2206 | ||
2207 | /* One global table that all flow-based protocols share. */ | 2207 | /* One global table that all flow-based protocols share. */ |
2208 | struct rps_sock_flow_table *rps_sock_flow_table; | 2208 | struct rps_sock_flow_table *rps_sock_flow_table __read_mostly; |
2209 | EXPORT_SYMBOL(rps_sock_flow_table); | 2209 | EXPORT_SYMBOL(rps_sock_flow_table); |
2210 | 2210 | ||
2211 | /* | 2211 | /* |