This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / net / neighbour.h
index 4c9ddae..414002c 100644 (file)
@@ -112,11 +112,7 @@ struct neigh_statistics
 };
 
 #define NEIGH_CACHE_STAT_INC(tbl, field)                               \
-       do {                                                            \
-               preempt_disable();                                      \
-               (per_cpu_ptr((tbl)->stats, smp_processor_id())->field)++; \
-               preempt_enable();                                       \
-       } while (0)
+               (per_cpu_ptr((tbl)->stats, smp_processor_id())->field++)
 
 struct neighbour
 {