net: replace __this_cpu_inc in route.c with raw_cpu_inc
[linux.git] / net / ipv4 / route.c
index 1be9e990514da98dbc651f847f5b429d72889da6..34d094cadb11a3ef9b8351140e9c0ae4d60a4d1e 100644 (file)
@@ -188,7 +188,7 @@ const __u8 ip_tos2prio[16] = {
 EXPORT_SYMBOL(ip_tos2prio);
 
 static DEFINE_PER_CPU(struct rt_cache_stat, rt_cache_stat);
-#define RT_CACHE_STAT_INC(field) __this_cpu_inc(rt_cache_stat.field)
+#define RT_CACHE_STAT_INC(field) raw_cpu_inc(rt_cache_stat.field)
 
 #ifdef CONFIG_PROC_FS
 static void *rt_cache_seq_start(struct seq_file *seq, loff_t *pos)