diff --git a/[refs] b/[refs] index e76a46709576..624c6a4eb573 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fec5e652e58fa6017b2c9e06466cb2a6538de5b4 +refs/heads/master: 8770acf0494ae06de6abd34f951a436f8f15d1de diff --git a/trunk/net/core/dev.c b/trunk/net/core/dev.c index d7107ac835fa..7abf9590e3c5 100644 --- a/trunk/net/core/dev.c +++ b/trunk/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); /*